1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-31 03:20:20 +02:00

Follow upstream change wrt. FramedWrite

This commit is contained in:
Yuki Okushi
2020-05-17 11:08:46 +09:00
parent fee78223a9
commit ecc774450f
3 changed files with 11 additions and 7 deletions

View File

@@ -2,10 +2,14 @@
## [Unreleased]
* Added `cookie_http_only` functionality to RedisSession builder, setting this
* Add `cookie_http_only` functionality to RedisSession builder, setting this
to false allows JavaScript to access cookies. Defaults to true.
* Changed type of parameter of ttl method to u32.
* Change type of parameter of ttl method to u32.
* Update `actix` to 0.10.0-alpha.3
* Update `tokio-util` to 0.3
## [0.9.0-alpha.1]