1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-15 14:26:15 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Nikolay Kim
b1cfbdcf7a prepare actix-http release 2019-06-02 13:05:22 +06:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# Changes
## [0.2.3] - 2019-06-02
### Added
* Debug impl for ResponseBuilder
@@ -8,7 +10,8 @@
### Changed
* SizedStream accepts u64
* SizedStream uses u64
## [0.2.2] - 2019-05-29

View File

@@ -1,6 +1,6 @@
[package]
name = "actix-http"
version = "0.2.2"
version = "0.2.3"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http primitives"
readme = "README.md"