Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Dec 3, 2024
1 parent 91814aa commit f0a827f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Added the `skip_default_fields` option to the text format, which has the same behaviour as the equivalent option for the JSON format ([#131]).

### Fixed

- The text format now correct parses the full range of boolean values allowed by the [spec](https://protobuf.dev/reference/protobuf/textformat-spec/#value) ([#135]).

## [0.14.2] - 2024-09-08

### Fixed
Expand Down Expand Up @@ -428,5 +436,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#40]: https://github.com/andrewhickman/prost-reflect/pull/40
[#41]: https://github.com/andrewhickman/prost-reflect/pull/41
[#99]: https://github.com/andrewhickman/prost-reflect/issues/99
[#131]: https://github.com/andrewhickman/prost-reflect/issues/131
[#135]: https://github.com/andrewhickman/prost-reflect/issues/135
[protox#82]: https://github.com/andrewhickman/protox/issues/82
[protox#86]: https://github.com/andrewhickman/protox/issues/86

0 comments on commit f0a827f

Please sign in to comment.