Add changelog entry

This commit is contained in:
Sergey "Shnatsel" Davidoff 2020-07-19 21:09:39 +02:00
parent 5d32078307
commit 11a5cb3ae1
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Changes
## Unreleased
### Fixed
* Removed unsound custom Cell implementation that allowed obtaining several mutable references to the same data, which is undefined behavior in Rust and could lead to violations of memory safety. External code could obtain several mutable references to the same data through service combinators. Attempts to acquire several mutable references to the same data will instead result in a panic.
## [1.0.5] - 2020-01-16
### Fixed