From db9ff235cf800bc657c3ed0961078fc231d0f28b Mon Sep 17 00:00:00 2001 From: Adora Lynch Date: Thu, 13 Feb 2025 07:22:47 -0500 Subject: [PATCH] Fix CHANGELOG --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92346113..3e633edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ ##### Breaking +* None. + +##### Enhancements + +* Removes dependency on libc and the platform-specific pow function. + [Bradley Mackey](https://github.com/bradleymackey) + [#429](https://github.com/jpsim/Yams/issues/429) + +##### Bug Fixes + +* Yams will now correctly error when it tries to decode a mapping with duplicate keys. + [Tejas Sharma](https://github.com/tejassharma96) + [#415](https://github.com/jpsim/Yams/issues/415) + +## 5.1.4 + +##### Breaking + * Swift 5.7 or later is now required to build Yams. [JP Simard](https://github.com/jpsim)