Skip to content

Commit

Permalink
Add few missing entries to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh authored Jul 17, 2018
1 parent 29a275b commit a7ca5fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@

### Changed

* `CookieSessionBackend` sets percent encoded cookies for outgoing HTTP messages.

* Became possible to use enums with query extractor. Issue [#371](https://github.com/actix/actix-web/issues/371). [Example](https://github.com/actix/actix-web/blob/master/tests/test_handlers.rs#L94-L134)

* Min rustc version is 1.26

* `HttpResponse::into_builder()` now moves cookies into the builder
Expand Down

0 comments on commit a7ca5fa

Please sign in to comment.