We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AsciiStr::lines()
1 parent 3909c43 commit 75b70e5Copy full SHA for 75b70e5
RELEASES.md
@@ -1,7 +1,9 @@
1
-Version 0.9.1 (TBD)
+Version 0.9.1 (2018-09-12)
2
==========================
3
* Implement the `serde::Serialize` and `serde::Deserialize` traits for `AsciiChar`, `AsciiStr`, and `AsciiString`.
4
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))
7
8
Version 0.9.0 (2018-04-05)
9
0 commit comments