Skip to content

Commit

Permalink
added v1.0.6 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BNMetrics committed May 1, 2018
1 parent 0306a56 commit 1bc1078
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,21 @@ CHANGELOG
**Improvements**

- Improvements on docs, included documentation for ``Adhoc Config Change`` and ``Using Logme in installable packages``
-
- Int value can now be passed as logger/handler level configuration
- ``master_level`` and ``master_formatter`` attribute can be reconfigured by reassigning values, int/str value for ``master_level``,
and str value for ``master_formatter``
- Handlers can now be reconfigured after logger creation by calling ``reconfig_handler`` method on specific handler


**Bug Fixes**

- Fixed f string typo in ``__init__.py::_get_logger_decorator()``
- Fixed a bug in ``utils.py::conf_item_to_dict()``, to split only on the first ': '

**Misc**

- Code clean up on providers.py


1.0.5 (2018-04-24)
==================
Expand Down

0 comments on commit 1bc1078

Please sign in to comment.