mirror of https://github.com/fafhrd91/actix-net
add changelog
This commit is contained in:
parent
39d9fe83ae
commit
3e0258a978
|
@ -1,5 +1,9 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.2.5] - 2020-09-19
|
||||||
|
|
||||||
|
* Fix `from_hex()` method
|
||||||
|
|
||||||
## [0.2.4] - 2019-12-31
|
## [0.2.4] - 2019-12-31
|
||||||
|
|
||||||
* Add `ResourceDef::resource_path_named()` path generation method
|
* Add `ResourceDef::resource_path_named()` path generation method
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "actix-router"
|
name = "actix-router"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Path router"
|
description = "Path router"
|
||||||
keywords = ["actix"]
|
keywords = ["actix"]
|
||||||
|
|
Loading…
Reference in New Issue