Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Sep 23, 2024
1 parent 2f61942 commit 0fd36fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ Unstable features
errors instead of logging and ignoring them. ([#362])
* Allow both glue (A/AAAA) and zone cuts at the same owner when zone
parsing. ([#363])
* `unstable-zonetree`:
* Added `ZoneUpdate`. ([#375])
* Added `ZoneUpdater`, `ZoneDiffBuilder` and `ZoneDiff` and improved
`ZoneUpdate`. ([#376])
* Removed / renamed references to `clean` in `zonetree::in_memory` to
`remove`. ([#376])
* Altered the logic in `Versioned::remove_all()` (formerly
`Versioned::clean()`) as it made destructive changes to the zone that
would have impacted readers of the current zone version while the new zone
version was being created. ([#376])

Other changes

Expand All @@ -77,6 +87,7 @@ Other changes
[#373]: https://github.com/NLnetLabs/domain/pull/373
[#374]: https://github.com/NLnetLabs/domain/pull/374
[#375]: https://github.com/NLnetLabs/domain/pull/375
[#376]: https://github.com/NLnetLabs/domain/pull/376
[#377]: https://github.com/NLnetLabs/domain/pull/377
[#380]: https://github.com/NLnetLabs/domain/pull/380
[@dklbreitling]: https://github.com/dklbreitling
Expand Down

0 comments on commit 0fd36fd

Please sign in to comment.