From 2d0a27d06df03ca418eae12586e3fb9d5f71e63d Mon Sep 17 00:00:00 2001 From: Say Cheong Date: Wed, 18 Oct 2023 14:09:25 +0900 Subject: [PATCH] Changelog --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2c892bd..fbd15da 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,11 +10,14 @@ To be released. `Integer`. [[#104], [#107]] - Changed the behaviors of `Integer.Equals()` and `Integer.CompareTo()` to be more consistent. [[#106], [#107]] + - Removed `IEqualtable` and `IComparable` from `Text`. + [[#104], [#108]] - Removed `CompositeComparer` struct. [[#109]] [#104]: https://github.com/planetarium/bencodex.net/issues/104 [#106]: https://github.com/planetarium/bencodex.net/issues/106 [#107]: https://github.com/planetarium/bencodex.net/pull/107 +[#108]: https://github.com/planetarium/bencodex.net/pull/108 [#109]: https://github.com/planetarium/bencodex.net/pull/109