Newton Series Release Notes¶
3.12.0¶
New Features¶
- The log_config_append configuration option is now mutable and the logging settings it controls are reconfigured when the configuration file is re-read. This can be used to, for example, change logger or handler levels. 
3.8.0¶
Bug Fixes¶
- When removing the “verbose” option, the default logging level was set to “WARNING” by mistake. Fixed it back to “INFO”. 
