diff --git a/CHANGELOG.md b/CHANGELOG.md index fc9360c..37e6e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ Changelog # 1.x release -## v1.2.1 (master) +## v1.3.0 (master) + +- Enhance: now fetch.Request is exposed as well. + +## v1.2.1 - Enhance: `Headers` now normalized `Number` value to `String`, prevent common mistakes diff --git a/LIMITS.md b/LIMITS.md index f049e3a..8278f18 100644 --- a/LIMITS.md +++ b/LIMITS.md @@ -16,6 +16,4 @@ Known differences - Only support `res.text()` and `res.json()` at the moment, until there are good use-cases for blob. -- Only expose `Response` and `Headers` constructors at the moment, we don't see a good use-case for `Request` interface yet. - - There is currently no built-in caching, as server-side caching varies by use-cases.