Skip to content

Commit

Permalink
change!: Introduce parse(&BStr) (previously it took &[u8]) (#524)
Browse files Browse the repository at this point in the history
A `&BStr` better indicates that we are expecting human-readable input
with ascii-compatible or UTF-8 endcoding.
  • Loading branch information
Byron committed Sep 4, 2022
1 parent 8c46088 commit 653ebc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions git-url/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

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.

## 0.7.3 (2022-08-28)

Maintenance release without user-facing changes.
Expand Down

0 comments on commit 653ebc5

Please sign in to comment.