1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 16:17:43 +02: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
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>",