Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BNMetrics committed Oct 1, 2018
1 parent 4deda39 commit e13c88b
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 @@ -2,6 +2,16 @@
CHANGELOG
=========

1.3.1 (2018-10-01)
==================

**Bug Fixes**

- Changed the `python_requires` from `>=3` to `>=3.6`, as many places supports f-string format notation.
- Fixed a typo in readthedocs Advanced, `logme.reset_configuration` should be `logme.reset_config`



1.3.0 (2018-09-28)
==================

Expand Down Expand Up @@ -126,6 +136,7 @@ CHANGELOG
- Code clean up on providers.py



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

Expand All @@ -150,8 +161,9 @@ CHANGELOG
- Added test cases for decorated class extension.



1.0.4 (2018-04-18)
==================

- Minor changes on ``strip_blank_recursive()`` to catch ``SyntaxError`` when passing logger format.
- Made test cases for changing ``master_level`` on logger after instantiation
- Made test cases for changing ``master_level`` on logger after instantiation

0 comments on commit e13c88b

Please sign in to comment.