diff --git a/CHANGELOG.md b/CHANGELOG.md index 157db109..2ddff5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ From v1.0.0 onwards, this project adheres to [Semantic Versioning](https://semve ## Master (Unreleased) +- Up to date with releases + +## [v0.3.3](https://github.com/tophat/syrupy/compare/v0.3.2...v0.3.3) + - Conversion of all `os.path` and `os.walk` calls to use `pathlib` instead, setting `pathlib` as the new preferred way of doing path operations (#130) - Add `--snapshot-default-extension` option to specify extension class via pytest cli (#132) - Fix bug where snapshot diffs were erroneously printed (#135)