reserve space for put_slice

This commit is contained in:
Nikolay Kim 2021-06-27 10:26:00 +06:00
parent fa6cd65cfc
commit 53e9487357
3 changed files with 10 additions and 4 deletions

View file

@ -1,5 +1,9 @@
# Changes
## 0.1.2 (2021-06-27)
* Reserve space for put_slice
## 0.1.1 (2021-06-27)
* Add `ByteString::as_slice()` method