This is a Draft release! Don't panic.
Breaking Changes
Several bugs were fixed that a user code might theoretically rely on, but most likely not:
- Config.getSources() no longer contains files read by parseFile outside of the load process
- when
setModuleDefaults('modulename', ...)
is called twice, the second call can overwrite values from the first - Config.getSources() now agrees with
setModuleDefaults
, no matter how often it is called
What's Changed
Bugs fixed: