Skip to content

Commit

Permalink
update CHANGELOG for v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
semmons99 committed Jul 16, 2010
1 parent c4a20ad commit dc28112
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,16 @@
== Money 3.0.5
* Added Money#abs
* Updated Currency#subunit_to_unit documentation (it's an integer not a
string)
* Fixed issue when exchanging currencies with different :subunit_to_unit
values
* Added ability to pass a block to VariableExchangeBank#new or #exchange,
specifying a custom truncation method
* Added optional currency argument to Numeric#to_money
* Added optional currency argument to String#to_money
* Numeric#to_money now respects :subunit_to_unit
* Use '¤' as the default currency symbol

== Money 3.0.4 == Money 3.0.4
* Updated #exchange to avoid floating point rounding errors * Updated #exchange to avoid floating point rounding errors
* Use :subunit_to_unit in #to_s, #to_f and #format * Use :subunit_to_unit in #to_s, #to_f and #format
Expand Down

0 comments on commit dc28112

Please sign in to comment.