diff --git a/README.md b/README.md index 58ed54a..62c0461 100644 --- a/README.md +++ b/README.md @@ -119,3 +119,28 @@ __You probably don't need to call this.__ Asynchronously returns the total length of the stream in bytes. If you specify a `callback`, it will be treated as a nodeback. If you do *not* specify a `callback`, a Promise will be returned. + +## Changelog + +### v1.0.4 (February 18, 2020) + +- Added this changelog to the README +- Removed Lodash, resolving the audit warnings +- Removed CoffeeScript +- Removed Gulp + +### v1.0.3 (March 17, 2015) + +- Added documentation about asynchronicity of `form.getHeaders` + +### v1.0.2 (January 23, 2015) + +- Fixed packaging mistake (again) + +### v1.0.1 (January 23, 2015) + +- Fixed packaging mistake + +### v1.0.0 (January 22, 2015) + +Initial release.