aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-spec/CHANGELOG.md
diff options
context:
space:
mode:
authorFrancesco Agosti <francesco.agosti93@gmail.com>2018-08-25 03:00:39 +0800
committerGitHub <noreply@github.com>2018-08-25 03:00:39 +0800
commit7f36574a57ced8ead0059b90673fe01f97f04827 (patch)
tree2f1779253061ecba9392aebf708f98c4db67648d /packages/sra-spec/CHANGELOG.md
parent7f585a15f526e0a61fd822cdefb7087fc6bb8934 (diff)
parentb637ca105a73f8fef6bd523615b852654ef6ab7e (diff)
downloaddexon-0x-contracts-7f36574a57ced8ead0059b90673fe01f97f04827.tar
dexon-0x-contracts-7f36574a57ced8ead0059b90673fe01f97f04827.tar.gz
dexon-0x-contracts-7f36574a57ced8ead0059b90673fe01f97f04827.tar.bz2
dexon-0x-contracts-7f36574a57ced8ead0059b90673fe01f97f04827.tar.lz
dexon-0x-contracts-7f36574a57ced8ead0059b90673fe01f97f04827.tar.xz
dexon-0x-contracts-7f36574a57ced8ead0059b90673fe01f97f04827.tar.zst
dexon-0x-contracts-7f36574a57ced8ead0059b90673fe01f97f04827.zip
Merge pull request #1011 from 0xProject/sra-api/rename/sra-spec
[sra-spec] Rename the sra-api package to sra-spec
Diffstat (limited to 'packages/sra-spec/CHANGELOG.md')
-rw-r--r--packages/sra-spec/CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/sra-spec/CHANGELOG.md b/packages/sra-spec/CHANGELOG.md
new file mode 100644
index 000000000..1a88b0ce1
--- /dev/null
+++ b/packages/sra-spec/CHANGELOG.md
@@ -0,0 +1,14 @@
+<!--
+changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
+Edit the package's CHANGELOG.json file only.
+-->
+
+CHANGELOG
+
+## v1.0.1-rc.5 - _August 24, 2018_
+
+ * Add takerAddress to /orders parameters (#974)
+
+## v1.0.1-rc.4 - _August 14, 2018_
+
+ * Add inital spec for SRA v2 (#916)