Skip to content

Commit

Permalink
chore: prepare release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Aug 11, 2021
1 parent 55256bc commit fe665a0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -21,6 +21,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Security


## 4.2.1 - 2021-08-10

### Fixed

* Fix *soft* BC break with `Uuid::fromString()` signature. The change from
`string` to `non-empty-string` on the parameter annotation introduced a
BC break for those using static analysis tools. This release reverts this
change and provides an assertion to guard against empty strings.
See [ramsey/uuid#383](https://github.com/ramsey/uuid/pull/383).


## 4.2.0 - 2021-08-06

### Added
Expand Down

0 comments on commit fe665a0

Please sign in to comment.