Skip to content

Commit 653ebc5

Browse files
committed
change!: Introduce parse(&BStr) (previously it took &[u8]) (#524)
A `&BStr` better indicates that we are expecting human-readable input with ascii-compatible or UTF-8 endcoding.
1 parent 8c46088 commit 653ebc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

git-url/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
10+
A major release to properly introduce the signature change that happened in 0.7.2, which effectively
11+
broke compilation for users of `parse()` in 0.7.1.
12+
813
## 0.7.3 (2022-08-28)
914

1015
Maintenance release without user-facing changes.

0 commit comments

Comments
 (0)