Update changelog

This commit is contained in:
Daniel G. Taylor 2020-01-30 17:48:12 -08:00
parent f2e8afc609
commit dc7a3e9bdf
No known key found for this signature in database
GPG Key ID: 7BD6DC99C9A87E22

View File

@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
- Exclude empty lists from `to_dict` by default [#16](https://github.com/danielgtaylor/python-betterproto/pull/16)
- Add `include_default_values` parameter for `to_dict` [#12](https://github.com/danielgtaylor/python-betterproto/pull/12)
## [1.2.2] - 2020-01-09 ## [1.2.2] - 2020-01-09
- Mention lack of Proto 2 support in README. - Mention lack of Proto 2 support in README.