We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ad4dc commit 0c645d4Copy full SHA for 0c645d4
1 file changed
CHANGELOG.md
@@ -11,11 +11,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
last case.
12
13
### Changed
14
+- Update well-formness for `BigEndianRead` trait to be implemented only for sized types.
15
- Renamed `PositiveFixnum` marker to `FixPos`.
16
- Renamed `NegativeFixnum` marker to `FixNeg`.
17
- Renamed `FixedString` marker to `FixStr`.
18
- Renamed `FixedArray` marker to `FixArray`.
19
- Renamed `FixedMap` to `FixMap`.
20
+- Minor documentation updates and markdown fixes.
21
22
## 0.5.1 - 2015-08-10
23
0 commit comments