Updated version and CHANGELOG.
This commit is contained in:
parent
a2036f45bd
commit
d9ada432a4
|
@ -4,6 +4,9 @@ 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.22.4](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.22.4) - 2020-12-22
|
||||
- Removed `sort_keys=True` by default in `JSON` serializer.
|
||||
|
||||
## [0.22.3](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.22.3) - 2020-12-22
|
||||
- Added `concat` option to merge method. #45
|
||||
- Added `sort_keys=True` by default in `JSON` serializer.
|
||||
|
|
|
@ -6,4 +6,4 @@ __description__ = 'python-benedict is a dict subclass with keylist/keypath suppo
|
|||
__email__ = 'fabio.caccamo@gmail.com'
|
||||
__license__ = 'MIT'
|
||||
__title__ = 'benedict'
|
||||
__version__ = '0.22.3'
|
||||
__version__ = '0.22.4'
|
||||
|
|
Loading…
Reference in New Issue