Skip to content

Commit

Permalink
Merge pull request #169 from DuldR/fix-changelog
Browse files Browse the repository at this point in the history
Fix typos in changelog
  • Loading branch information
kipcole9 authored Jun 17, 2024
2 parents 6a0e399 + 7b22027 commit b06d225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ This is the changelog for Money v5.16.0 released on April 21st, 2024. For older

### Bug Fixes

* WHen parsing numbers, use the localized number system separators where they exist. Thanks to @pshoukry for the report. Closes #167.
* When parsing numbers, use the localized number system separators where they exist. Thanks to @pshoukry for the report. Closes #167.

* Surface errors when starting the exchange rates retrieveer. Thanks to @danschultzer for the PR. Closes #165.
* Surface errors when starting the exchange rates retriever. Thanks to @danschultzer for the PR. Closes #165.

### Enhancements

Expand Down Expand Up @@ -84,7 +84,7 @@ This is the changelog for Money v5.14.1 released on July 23rd, 2023. For older

### Bug Fixes

* Fix `Looger.warn/1` warnings by moving to `Logger.warning/1`.
* Fix `Logger.warn/1` warnings by moving to `Logger.warning/1`.

* Fix failing test case.

Expand Down

0 comments on commit b06d225

Please sign in to comment.