add some tests for BytesVec (#102)

* add some tests for BytesVec

* add changes to CHANGELOG.md
This commit is contained in:
goiw111 2022-02-04 09:32:10 +01:00 committed by GitHub
parent 961591d77f
commit bc549d6631
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.1.13] (2022-02-04)
* add some tests for BytesVec #102
## [0.1.12] (2022-01-31)
* Fix conversion from BytesVec to BytesMut and back (BytesVec::with_bytes_mut())