Skip to content

Commit

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

## [Unreleased]

### Changed

- Monomorphised some code in `DescriptorPool::add_*` methods to reduce binary size. Thanks to [@sjrs] for [#40] and [#41].

## [0.11.3] - 2023-04-11

### Changed
Expand Down Expand Up @@ -343,10 +347,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[@benesch]: https://github.com/benesch
[@jackkleeman]: https://github.com/jackkleeman
[@slinkydeveloper]: https://github.com/slinkydeveloper
[@srijs]: https://github.com/srijs

[#4]: https://github.com/andrewhickman/prost-reflect/pull/4
[#9]: https://github.com/andrewhickman/prost-reflect/issues/9
[#13]: https://github.com/andrewhickman/prost-reflect/issues/13
[#19]: https://github.com/andrewhickman/prost-reflect/issues/19
[#29]: https://github.com/andrewhickman/prost-reflect/issues/29
[#34]: https://github.com/andrewhickman/prost-reflect/pull/34
[#40]: https://github.com/andrewhickman/prost-reflect/pull/40
[#41]: https://github.com/andrewhickman/prost-reflect/pull/41

0 comments on commit 3e840e8

Please sign in to comment.