Skip to content

Commit

Permalink
Fix CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Adora Lynch committed Feb 13, 2025
1 parent ddded42 commit db9ff23
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit db9ff23

Please sign in to comment.