Updated CHANGELOGS

This commit is contained in:
Jacob Evans
2018-11-09 16:28:35 +11:00
parent 12bc6f5d58
commit a22d78e273
61 changed files with 395 additions and 14 deletions

View File

@@ -7,7 +7,8 @@
"Improve schemas by enforcing that amounts that must be whole numbers (e.g Order asset amounts) no longer allow decimal amounts",
"pr": 1173
}
]
],
"timestamp": 1541740904
},
{
"version": "2.0.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.1 - _November 9, 2018_
* Improve schemas by enforcing that amounts that must be whole numbers (e.g Order asset amounts) no longer allow decimal amounts (#1173)
## v2.0.0 - _October 18, 2018_
* Convert all schemas to JSON files so that they can be used with `json-schema` implemenations in other programming languages. (#1145)