Updated changelog

This commit is contained in:
thomashii@dukefirehawk.com 2021-05-14 16:08:17 +08:00
parent 19858b3f6e
commit 4d021e9f95

View file

@ -1,3 +1,5 @@
# 2.0.0
* Migrated to work with Dart SDK 2.12.x NNBD
# 1.0.7
* Prepare for upcoming Dart SDK change where `HttpHeaders` methods
`add` and `set` take an additional optional parameter `preserveHeaderCase` (thanks @domesticmouse!).