1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Clean up response extensions in response pool #817

This commit is contained in:
Nikolay Kim
2019-05-03 15:26:34 -07:00
parent 6e00eef63a
commit fc19ce41c4
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.1.5] - 2019-05-xx
### Fixed
* Clean up response extensions in response pool #817
## [0.1.4] - 2019-04-24
### Added