1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-09-24 21:04:32 +00:00
This commit is contained in:
Michael Mclaughlin
2014-12-11 17:34:52 +00:00
parent cd88cd7f07
commit d136e91d66
4 changed files with 9 additions and 6 deletions

View File

@@ -204,6 +204,9 @@ See LICENCE.
## Change Log
####4.0.1
* 11/12/2014 Assign correct constructor when duplicating a Decimal.
####4.0.0
* 10/11/2014 `toFormat` amended to use `Decimal.format` object for more flexible configuration.