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.
1 parent f07772d commit 0677a97Copy full SHA for 0677a97
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# CHANGELOG
2
3
-## 0.4.4 (Current)
+## 0.4.5 (Current)
4
+ - Documentation and tests updated.
5
+ - Support cstr with lossy way.
6
+ - Make more accurate error from cstr functions.
7
+ * Some `UnexpectedEof` is now returns `InvalidData` error.
8
+
9
+## 0.4.4
10
- Documentation and test updates.
11
- Support boolean.
12
- Refactor read functions via macro.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "binary-reader"
-version = "0.4.4"
+version = "0.4.5"
authors = ["MPThLee <mpthlee@gmail.com>"]
publish = true
0 commit comments