From c9bcae2ae5dbc1961ecdf7ec8777fcd8f944d6bc Mon Sep 17 00:00:00 2001 From: Dorian Lesbre Date: Tue, 30 Apr 2024 17:44:09 +0200 Subject: [PATCH] Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9262dad..06dd05b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ - Fixed a bug where NodeWithId wasn't incrementing ids properly - `zarith` is no longer a dependency, used GCC's `__builtin_clz` as a faster method of finding an integer's highest bit. +- Fixed a bug where `pop_minimum` and `pop_maximum` could throw a private exception + `Dissappeared` when using `WeakNode`. # v0.9.0 - 2024-04-18