changelog update

This commit is contained in:
David Frank 2016-03-19 18:57:41 +08:00
parent 4b589bc147
commit 14c20dd22a
1 changed files with 11 additions and 1 deletions

View File

@ -5,7 +5,17 @@ Changelog
# 1.x release
## v1.3.3 (master)
## v1.4.0 (master)
- Enhance: Request and Response now have `clone` method (thx to @kirill-konshin for the initial PR)
- Enhance: Request and Response now have proper string and buffer body support (thx to @kirill-konshin)
- Enhance: Body constructor has been refactored out (thx to @kirill-konshin)
- Enhance: Headers now has `forEach` method (thx to @tricoder42)
- Enhance: back to 100% code coverage
- Fix: better form-data support (thx to @item4)
- Fix: better character encoding detection under chunked encoding (thx to @dsuket for the initial PR)
## v1.3.3
- 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