Updated CHANGELOGS

This commit is contained in:
Leonid Logvinov
2018-11-14 16:16:32 +01:00
parent 06dcf24496
commit 3f647c259a
47 changed files with 287 additions and 41 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1542208198,
"version": "2.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.1.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.1 - _November 14, 2018_
* Dependencies updated
## v2.1.0 - _November 12, 2018_
* Improve schemas by enforcing that amounts that must be whole numbers (e.g Order asset amounts) no longer allow decimal amounts (#1173)