Skip to content

Commit 75b70e5

Browse files
author
Thomas Bahn
committed
Add fix for AsciiStr::lines() to RELEASES.md
1 parent 3909c43 commit 75b70e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
Version 0.9.1 (TBD)
1+
Version 0.9.1 (2018-09-12)
22
==========================
33
* Implement the `serde::Serialize` and `serde::Deserialize` traits for `AsciiChar`, `AsciiStr`, and `AsciiString`.
44
The implementation is enabled by the `serde` feature.
5+
* **Bugfix**: `AsciiStr::lines()` now behaves similar to `str::lines()`.
6+
([#51](https://github.com/tomprogrammer/rust-ascii/issues/51))
57

68
Version 0.9.0 (2018-04-05)
79
==========================

0 commit comments

Comments
 (0)