CHANGELOG.md in monetize-1.4.0 vs CHANGELOG.md in monetize-1.5.0

- old
+ new

@@ -1,7 +1,31 @@ # Changelog +## 1.5.0 +- Add extra currencies: + - Azerbaijani manat + - Chinese yuan + - Czech koruna + - Hungarian forint + - Indinan rupee + - Russian ruble + - Turkish Lira + - Ukrainian Hryvnia + - Swiss Frank + - Polish Zloty + - Kazakhstani Tenge +- Parsing a Money object returns it unchanged +- Fix issue with loosing precision on BigDecimal input +- Add Swedish krona +- Exclud ambiguous kr symbol from parsing +- Fix JPY parsing +- Sublcass all errors to Monetize::Error +- Fix ruby 1.9.3 compatibility +- Suppress errors when using parse. Use `parse!` instead +- Strip currency symbol prefix when parsing input + + ## 1.4.0 - Required Forwardable on Collection to resolve NameError [\#44](https://github.com/RubyMoney/monetize/issues/44) - Add capability to parse currency amounts given with suffixes (K, M, B, and T) ## 1.3.0 @@ -17,5 +41,7 @@ - Fixed support for <code>Money.infinite_precision = true</code> in .to_money - Add Rubocop config to project - Reformat code to adapt to Rubocop guidelines - Add config setting to always enforce currency delimiters - Add rake console task +- Fix issue where parsing a Money object resulted in a Money object with its currency set to `Money.default_currency`, + rather than the currency that it was sent in as.