1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-09-23 04:14:32 +00:00
This commit is contained in:
Michael Mclaughlin
2014-06-08 23:17:31 +01:00
parent aed581dfb6
commit 67bb6b838f
4 changed files with 9 additions and 6 deletions

View File

@@ -198,8 +198,11 @@ See LICENCE.
## Change Log
####3.0.1
* 8/06/2014 Surround crypto require in try catch. See issue #5
####3.0.0
* 4/06/2014 `random` simplified. Major internal changes mean the properties of a Decimal must now be considered read-only.
* 4/06/2014 `random` simplified. Major internal changes mean the properties of a Decimal must now be considered read-only
####2.1.0
* 4/06/2014 Amend UMD