Skip to content

Commit 22f1d3d

Browse files
authored
Merge pull request #638 from GeniusTimo/patch-1
Typos in Changelog fixed
2 parents 25871bb + 4c02c72 commit 22f1d3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
- Bump money version to ~> 6.12.0
4848
- Bump monetize version to ~> 1.9.0
49-
- BREAKING CHANGE: Fix to rounding logic in this version from 1.11.0 can cause breaking changes for those relying on the incorrect behavior. Eee [the issue](https://github.com/RubyMoney/money-rails/issues/608) for details.
49+
- BREAKING CHANGE: Fix to rounding logic in this version from 1.11.0 can cause breaking changes for those relying on the incorrect behavior. See [the issue](https://github.com/RubyMoney/money-rails/issues/608) for details.
5050

5151
## 1.11.0
5252

@@ -84,7 +84,7 @@
8484
- Fix attribute order possibly affecting the value of monetized attribute
8585
- Add support for RailsAdmin (use :money type)
8686
- Raise error when gem was unable to infer monetized attribute name
87-
- Revert decimal mark and thousands separator addtion, since formatting should depend on country and locale, instead of currency
87+
- Revert decimal mark and thousands separator addition, since formatting should depend on country and locale, instead of currency
8888

8989
## 1.6.1
9090

@@ -148,8 +148,8 @@
148148
## 1.1.0
149149

150150
- Update dependencies to money 6.4.x and monetize 1.0.x.
151-
- Make subunit setter (e.g. `#price_cents=`) set the `before_type_cast...` va
152-
riable. (Fixes validation errors.)
151+
- Make subunit setter (e.g. `#price_cents=`) set the `before_type_cast...`
152+
variable. (Fixes validation errors.)
153153
- use HashWithIndifferentAccess instead of Hash for
154154
ActiveRecord::Base::monetized_attributes
155155
- Let the 'monetize' test helper work when testing against the model's class,
@@ -159,7 +159,7 @@
159159
- Upgrade specs to RSpec 3
160160
- Use #respond_to? instead of #try? when monetizing an aliased attribute.
161161
- Allow aliased attributes to be monetized
162-
- Fix compatability issue with Rails 4.2
162+
- Fix compatibility issue with Rails 4.2
163163
- Allow empty string as thousands separator.
164164
- Allow using a lambda to set default_currency
165165

0 commit comments

Comments
 (0)