1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 20:51:06 +01:00

prepare actix-codec release 0.4.1

This commit is contained in:
Rob Ede 2021-11-05 01:05:51 +00:00
parent 03dae6a4a4
commit a2e765ea6e
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 0.4.1 - 2021-11-05
* Added `LinesCodec.` [#338]
* `Framed::poll_ready` flushes when the buffer is full. [#409]

View File

@ -1,6 +1,6 @@
[package]
name = "actix-codec"
version = "0.4.0"
version = "0.4.1"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",