Updated version and CHANGELOG.
This commit is contained in:
parent
f407bea3ec
commit
b49b7e99ee
|
@ -4,6 +4,13 @@ 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.19.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.19.0) - 2020-09-11
|
||||
- Added `plist` format support.
|
||||
- Enforced `IODict` initial check when using filepath or data-string.
|
||||
- Improved `KeyError` messages. PR #28
|
||||
- Added encoding optional argument to `io_util.read_file` and `io_util.write_file`.
|
||||
- Fixed python 3.5/3.6 I/O encoding issue.
|
||||
|
||||
## [0.18.2](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.18.2) - 2020-09-02
|
||||
- Added `find` method. #23
|
||||
- Added `overwrite` option support to merge method. #24
|
||||
|
|
|
@ -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.18.2'
|
||||
__version__ = '0.19.0'
|
||||
|
|
Loading…
Reference in New Issue