mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-28 01:32:57 +01:00
fix changelog
This commit is contained in:
parent
b9586b3f71
commit
b79a9aaec7
11
CHANGES.md
11
CHANGES.md
@ -1,6 +1,6 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [0.7.1] - 2018-07-21
|
## [0.7.2] - 2018-07-xx
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -8,11 +8,18 @@
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Fixed default_resource 'not yet implemented' panic #410
|
|
||||||
* removed the timestamp from the default logger middleware
|
* removed the timestamp from the default logger middleware
|
||||||
|
|
||||||
* Add `CookieSessionBackend::http_only` method to set `HttpOnly` directive of cookies
|
* Add `CookieSessionBackend::http_only` method to set `HttpOnly` directive of cookies
|
||||||
|
|
||||||
|
|
||||||
|
## [0.7.1] - 2018-07-21
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Fixed default_resource 'not yet implemented' panic #410
|
||||||
|
|
||||||
|
|
||||||
## [0.7.0] - 2018-07-21
|
## [0.7.0] - 2018-07-21
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-web"
|
name = "actix-web"
|
||||||
version = "0.7.1"
|
version = "0.7.2"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
|
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -12,7 +12,7 @@ Actix web is a simple, pragmatic and extremely fast web framework for Rust.
|
|||||||
* Multipart streams
|
* Multipart streams
|
||||||
* Static assets
|
* Static assets
|
||||||
* SSL support with OpenSSL or `native-tls`
|
* SSL support with OpenSSL or `native-tls`
|
||||||
* Middlewares ([Logger,Session,CORS,CSRF,etc](https://actix.rs/docs/middleware/))
|
* Middlewares ([Logger, Session, CORS, CSRF, etc](https://actix.rs/docs/middleware/))
|
||||||
* Includes an asynchronous [HTTP client](https://actix.rs/actix-web/actix_web/client/index.html)
|
* Includes an asynchronous [HTTP client](https://actix.rs/actix-web/actix_web/client/index.html)
|
||||||
* Built on top of [Actix actor framework](https://github.com/actix/actix)
|
* Built on top of [Actix actor framework](https://github.com/actix/actix)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user