Skip to content

Commit

Permalink
Fix merge error in CHANGELOG after cherry-picking #421
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Mar 26, 2023
1 parent 0f6d318 commit f1396bd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [ Unreleased ] - ReleaseDate

### Fixed

- Methods with unknown size type bounds can now be mocked.
([#421](https://github.com/asomers/mockall/pull/421))

## [ 0.11.3 ] - 2022-10-18

### Fixed
Expand All @@ -12,8 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
methods, not generic ones. Among other effects, this prevents "unused method
expect" warnings from the latest nightly compiler.
([#415](https://github.com/asomers/mockall/pull/415))
- Methods with unknown size type bounds can now be mocked.
([#421](https://github.com/asomers/mockall/pull/421))

## [ 0.11.2 ] - 2022-07-24

Expand Down

0 comments on commit f1396bd

Please sign in to comment.