Skip to content

Commit

Permalink
Add the CHANGELOG entries for 6.14.0 (RubyMoney#968)
Browse files Browse the repository at this point in the history
This commit also removes 6.13.9 which doesn't seem
to be ever been released.
  • Loading branch information
kennyadsl authored Feb 18, 2021
1 parent 9a92d5c commit 9c48e0e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## 6.13.9
## 6.14.0

- Fix Bahraini dinar symbol
- Raise exception when default currency is not set or passed as parameter
- Allow specifying default_bank as a lambda
- Allow passing a default format in currencies definition only valid without symbol_position
- Always allow comparison with zero Money
- Rename Money.infinite_precision to default_infinite_precision
- Add Currency.reset! method to reload all the default currency definitions
- Fix edgecase for Money#allocate when applying to array of all zero values

## 6.13.8
Expand Down

0 comments on commit 9c48e0e

Please sign in to comment.