A major release to properly introduce the signature change that happened in 0.7.2, which effectively
broke compilation for users of parse()
in 0.7.1.
Changed (BREAKING)
- Introduce
parse(&BStr)
(previously it took&[u8]
)
A&BStr
better indicates that we are expecting human-readable input
with ascii-compatible or UTF-8 endcoding.
Commit Statistics
- 3 commits contributed to the release over the course of 1 calendar day.
- 7 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #524