update changelog

This commit is contained in:
David Frank 2015-09-28 22:48:11 +08:00
parent 6072402eb6
commit a7bb74b040
1 changed files with 8 additions and 1 deletions

View File

@ -5,7 +5,14 @@ Changelog
# 1.x release
## v1.3.2 (master)
## v1.3.3 (master)
- Fix: make sure `Content-Length` header is set when body is string for POST/PUT/PATCH requests
- Fix: handle body stream error, for cases such as incorrect `Content-Encoding` header
- Fix: when following certain redirects, use `GET` on subsequent request per Fetch Spec
- Fix: `Request` and `Response` constructors now parse headers input using `Headers`
## v1.3.2
- Enhance: allow auto detect of form-data input (no `FormData` spec on node.js, this is form-data specific feature)