Skip to content

Commit 238c41b

Browse files
author
Thomas Bahn
committed
Update RELEASES.md
1 parent b18e464 commit 238c41b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

RELEASES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
Unreleased
22
==========
3-
* Implement the `std::ops::AddAssign` trait for `AsciiString`.
43
* Implement the `IntoAsciiString` trait for `std::ffi::CStr` and `std::ffi::CString` types,
54
and implemented the `AsAsciiStr` trait for `std::ffi::CStr` type.
65
* Implement the `IntoAsciiString` for `std::borrow::Cow`, where the inner types themselves
76
implement `IntoAsciiString`.
7+
* Implement conversions between `AsciiString` and `Cow<'a, AsciiStr>`.
8+
* Implement the `std::ops::AddAssign` trait for `AsciiString`.
9+
* Implement `BorrowMut<AsciiStr>`, `AsRef<[AsciiChar]>`, `AsRef<str>`, `AsMut<[AsciiChar]>` for `AsciiString`.
10+
* Implement `PartialEq<[u8]>` and `PartialEq<[AsciiChar]>` for `AsciiStr`.
11+
* Add `AsciiStr::first()`, `AsciiStr::last()` and `AsciiStr::split()` methods.
12+
* Implement `DoubleEndedIterator` for `AsciiStr::lines()`.
13+
* Implement `AsRef<AsciiStr>` and `AsMut<AsciiStr` for `[AsciiChar]`.
14+
* Implement `Default` for `AsciiChar`.
815

916
Version 0.9.1 (2018-09-12)
1017
==========================

0 commit comments

Comments
 (0)