|
214 | 214 | return `nil` as `Comparable#==` will not rescue exceptions in the next release. |
215 | 215 | - Fix `Currency` specs for `#exponent` and `#decimal_places` not making assertions. |
216 | 216 | - Fix a couple of Ruby warnings found in specs. |
217 | | - - Fix `Money#-`,`Money#+` arithmetics for Ruby 2.3+ : check for zero value without using eql? with a Fixnum. (#577) |
| 217 | + - Fix `Money#-`,`Money#+` arithmetic for Ruby 2.3+ : check for zero value without using eql? with a Fixnum. (#577) |
218 | 218 | - Use `Money#decimal_mark` when formatting with `rounded_infinite_precision` rule |
219 | 219 | set to `true`. |
220 | 220 | - Replaced meta-defined `thousands_separator` and `decimal_mark` methods with regular methods. (#579) |
|
261 | 261 | - Fix formatting of NGN - show symbol before amount |
262 | 262 | - Switch default and alternate symbols for RUB currency |
263 | 263 | - Fix symbol for TRY currency |
264 | | - - Add `Money.default_formatting_rules` hash, meant to define default rules for everytime `Money#format` is called. They can be overwritten if provided on method call |
| 264 | + - Add `Money.default_formatting_rules` hash, meant to define default rules for every time `Money#format` is called. They can be overwritten if provided on method call |
265 | 265 | - Add support for the new official symbol for Russian Ruble (RUB) — «₽» |
266 | 266 |
|
267 | 267 | ## 6.2.1 |
@@ -600,7 +600,7 @@ Features |
600 | 600 | - Added `Money::Bank::Base#exchange_with`. |
601 | 601 | - Deprecated `Money::Bank::Base#exchange`. Deprecation target set to Money |
602 | 602 | 3.2.0. |
603 | | - - Implented `Money::Bank::VariableExchange` |
| 603 | + - Implemented `Money::Bank::VariableExchange` |
604 | 604 | - Deprecated `Money::VariableExchangeBank`. Deprecation target set to Money |
605 | 605 | 3.2.0. |
606 | 606 | - Deprecate `Money::SYMBOLS`, `Money::SEPARATORS` and `Money::DELIMITERS`. |
@@ -680,7 +680,7 @@ Features |
680 | 680 | - Added `Money::Bank::Base#exchange_with`. |
681 | 681 | - Deprecated `Money::Bank::Base#exchange`. Deprecation target set to Money |
682 | 682 | 3.2.0. |
683 | | - - Implented `Money::Bank::VariableExchange` |
| 683 | + - Implemented `Money::Bank::VariableExchange` |
684 | 684 | - Deprecated `Money::VariableExchangeBank`. Deprecation target set to Money |
685 | 685 | 3.2.0. |
686 | 686 | - Deprecate `Money::SYMBOLS`, `Money::SEPARATORS` and `Money::DELIMITERS`. |
|
0 commit comments