Prepare CHANGELOG.md for release (#2591)

This commit is contained in:
Sean Gillespie 2019-03-26 14:45:09 -07:00 committed by GitHub
parent 4d227f7ed2
commit f34aef2f4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,6 @@
## 0.17.3 (Unreleased)
## 0.17.4 (Unreleased)
## 0.17.3 (Released March 26, 2019)
- Add support for serializing JavaScript function that capture [BigInts](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt).
- Support serializing arrow-functions with deconstructed parameters.