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