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