diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..914bf2b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + + +## 0.0.61 (2018-02-27) + +### Bug Fixes + +* **getDeadlineForDispute:** fix wrong computation and return date object ([7ee05f5](https://github.com/kleros/kleros-api/commit/7ee05f5)) +* skip broken test assertions ([f9480c0](https://github.com/kleros/kleros-api/commit/f9480c0)) +* test suite ([98b777d](https://github.com/kleros/kleros-api/commit/98b777d)) + +### Features + +* normalize token units ([d0d40f8](https://github.com/kleros/kleros-api/commit/d0d40f8)) +* **disputes:** build voteCounters and PNKRepartitions from getters ([ba48e67](https://github.com/kleros/kleros-api/commit/ba48e67)) +* **disputes:** change approach to getting netPNK and votesCounter ([366340f](https://github.com/kleros/kleros-api/commit/366340f)) +* **disputes:** remove netPNK until events are fixed ([255bf03](https://github.com/kleros/kleros-api/commit/255bf03)) +* **disputes:** return appealsRepartitioned ([1246968](https://github.com/kleros/kleros-api/commit/1246968)) +* **disputes:** return deadline as epoch in ms instead of a date object ([90d4856](https://github.com/kleros/kleros-api/commit/90d4856)) +* **disputes:** return dispute status ([32db45c](https://github.com/kleros/kleros-api/commit/32db45c))