1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-18 14:16:47 +00:00

update changelog

This commit is contained in:
Nikolay Kim 2018-06-07 20:04:40 -07:00
parent 7119340d44
commit 40ff550460

View file

@ -1,5 +1,17 @@
# Changes
## [0.6.12] - 2018-06-07
### Added
* Improved failure interoperability with downcasting #285
### Deprecated
* `Error::cause()` and introduces failure interoperability functions and downcasting.
## [0.6.11] - 2018-06-05
### Fixed