update limit document on cookie headers

This commit is contained in:
David Frank 2016-09-11 22:13:00 +08:00
parent 067ea8190a
commit 515525a388
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Changelog
## v1.6.1 (master)
- Fix: `counter` value is incorrectly set to `follow` value when wrapping Request instance
- Fix: readme update
- Fix: documentation update
## v1.6.0

View File

@ -19,3 +19,5 @@ Known differences
- Only support `res.text()`, `res.json()`, `res.buffer()` at the moment, until there are good use-cases for blob/arrayBuffer.
- There is currently no built-in caching, as server-side caching varies by use-cases.
- Current implementation lacks server-side cookie store, you will need to extract POST `set-cookie` headers manually.