Improved CHANGELOG quality. [ci skip]

This commit is contained in:
Fabio Caccamo 2019-06-11 15:53:36 +02:00
parent 060b8b7e2c
commit 31e72f8264
1 changed files with 18 additions and 18 deletions

View File

@ -4,17 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.3.1] - 2019-06-11
## [0.3.1](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.3.1) - 2019-06-11
- Added dump and dump_items utility methods.
## [0.3.0] - 2019-06-10
## [0.3.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.3.0) - 2019-06-10
- Added casting to benedict to all dicts returned by any public method.
- Renamed get_keypaths to keypaths according to keys and values existing methods.
- Reorganized lib structure to improve scalability.
- Added python 2.7 support.
- Improved code quality.
## [0.2.0] - 2019-05-20
## [0.2.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.2.0) - 2019-05-20
- Added 'ok' and 'ko' to parse_bool method.
- Added keypath support to pop method and refactored core methods.
- Added get_keypaths method.
@ -23,5 +23,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added keypath support to copy method.
- Refactored KeypathDict core methods.
## [0.1.0] - 2018-05-17
## [0.1.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.1.0) - 2018-05-17
- Released package on pypi.