mirror of https://github.com/fafhrd91/actix-net
Add changelog entry
This commit is contained in:
parent
5d32078307
commit
11a5cb3ae1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue