···11----
22-'fetch-nodeshim': patch
33----
44-55-Preserve casing of headers when they're passed as non-Headers input, i.e. as tuple list or dictionary
+7
CHANGELOG.md
···11# minifetch
2233+## 0.4.10
44+55+### Patch Changes
66+77+- Preserve casing of headers when they're passed as non-Headers input, i.e. as tuple list or dictionary
88+ Submitted by [@kitten](https://github.com/kitten) (See [#41](https://github.com/kitten/fetch-nodeshim/pull/41))
99+310## 0.4.9
411512### Patch Changes
+1-1
package.json
···11{
22 "name": "fetch-nodeshim",
33- "version": "0.4.9",
33+ "version": "0.4.10",
44 "description": "A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)",
55 "author": "Phil Pluckthun <phil@kitten.sh>",
66 "source": "./src/index.ts",