1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01: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 # 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 ## [0.6.11] - 2018-06-05
### Fixed ### Fixed