Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
greymistcube committed Oct 19, 2023
1 parent be5b92b commit f338843
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,20 @@ To be released.
- Removed `IEqualtable<string>` and `IComparable<string>` from `Text`.
[[#104], [#108]]
- Removed `CompositeComparer<TA, TB>` struct. [[#109]]
- Removed `IEquatable<byte[]>`, `IEquatable<ImmutableArray<byte>>`,
`IComparable<byte[]>`, and `IComparable<ImmutableArray<byte>>` from
`Integer`. [[#104], [#110]]
- Removed `IComparable<byte[]>` and `IComparable<ReadOnlyList<byte>>` from
`ByteArrayComparer`. [[#110]]
- Changed the behaviors of `Binary.Equals()` and `Binary.CompareTo()`
to be more consistent. [[#106], [#110]]

[#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
[#110]: https://github.com/planetarium/bencodex.net/pull/110


Version 0.14.0
Expand Down

0 comments on commit f338843

Please sign in to comment.