Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Nov 30, 2021
1 parent 010b581 commit b10fc8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ New
* The `OctetsBuilder` trait is now also implemented for mutable references
of types that are octet builders and turn into themselves when frozen
(i.e., `OctetsBuilder::Octets = Self`). ([#121])
* Support for [`heapless::Vec<u8, N>`] as an octets sequence via the new
`heapless` feature. ([#122] by [@bugadani])

Bug Fixes

Expand All @@ -57,6 +59,8 @@ Other Changes
[#117]: https://github.com/NLnetLabs/domain/pull/117
[#120]: https://github.com/NLnetLabs/domain/pull/120
[#121]: https://github.com/NLnetLabs/domain/pull/121
[#122]: https://github.com/NLnetLabs/domain/pull/122
[@bugadani]: https://github.com/bugadani
[@Jezza]: https://github.com/Jezza
[@tomaskrizek]: https://github.com/tomaskrizek
[@vavrusa]: https://github.com/vavrusa
Expand Down

0 comments on commit b10fc8b

Please sign in to comment.