aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/CHANGELOG.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/json-schemas/CHANGELOG.json')
-rw-r--r--packages/json-schemas/CHANGELOG.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/json-schemas/CHANGELOG.json b/packages/json-schemas/CHANGELOG.json
index 53d929901..f25a487b8 100644
--- a/packages/json-schemas/CHANGELOG.json
+++ b/packages/json-schemas/CHANGELOG.json
@@ -1,5 +1,27 @@
[
{
+ "version": "2.0.1",
+ "changes": [
+ {
+ "note":
+ "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",
+ "changes": [
+ {
+ "note":
+ "Convert all schemas to JSON files so that they can be used with `json-schema` implemenations in other programming languages.",
+ "pr": 1145
+ }
+ ],
+ "timestamp": 1539871071
+ },
+ {
"timestamp": 1538693146,
"version": "1.0.7",
"changes": [