Update CHANGELOG

This commit is contained in:
Michael Miller 2022-11-29 20:32:45 -07:00
parent 5f499336ac
commit 1f98bf9ff1
No known key found for this signature in database
GPG Key ID: 32B47AE8F388A1FF
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,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]
### Changed
- Simplify string representation of mock-related types.
- Remove unnecessary redefinitions of methods when adding stub functionality to a type.
## [0.11.4]
### Added
- Add support for using named (keyword) arguments in place of positional arguments in stubs. [#47](https://github.com/icy-arctic-fox/spectator/issues/47)