Update CHANGELOG

This commit is contained in:
Tom Christie 2024-03-01 16:04:58 +00:00
parent cd03f62b72
commit ee17926733

View File

@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
* Stricter type checking on values in `data=...`, ensure only primitive values that neatly map to `str` are allowed. (#3128)
* Fix `app` type signature in `ASGITransport`. (#3109)
## 0.27.0 (21st February, 2024)