Update CHANGELOG

This commit is contained in:
Brandon Millman 2018-01-17 21:55:04 -08:00
parent 60614ba250
commit 547bee38c0
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## v0.x.x - _TBD, 2018_
## v0.30.0 - _January 17, 2018_
* Add an error parameter to the order watcher callback (#312)
* Fix a bug making it impossible to catch some errors from awaitTransactionMinedAsync (#312)

View File

@ -1,12 +1,12 @@
# CHANGELOG
## v0.x.x - _TBD, 2017_
## v0.5.0 - _January 17, 2018_
* Sanitize api endpoint url and remove trailing slashes (#318)
* Improve error message text in HttpClient (#318)
* Stop appending '/v0' to api endpoint url in HttpClient (#318)
## v0.4.0 - _January 11, 2017_
## v0.4.0 - _January 11, 2018_
* Prevent getFeesAsync method on HttpClient from mutating input (#296)

View File

@ -1,6 +1,6 @@
# CHANGELOG
## vx.x.x
## v0.2.0 - _January 17, 2018_
* Add `onError` parameter to `intervalUtils.setAsyncExcludingInterval` (#312)
* Add `intervalUtils.setInterval` (#312)