Skip to content

Commit

Permalink
[skip ci] add CHANGELOG entry for PR #195
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Sep 5, 2020
1 parent 99677a9 commit 21bd10b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - ReleaseDate
### Added
### Changed
### Fixed

- Fixed Clippy warnings for mocked methods with `Vec` or `String` arguments.
([#195](https://github.com/asomers/mockall/pull/195))

### Removed

## [0.8.0] - 29 August 2020
### Added
- Added support for mocking structs and traits with associated constants.
Expand Down

0 comments on commit 21bd10b

Please sign in to comment.