Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stratedge authored Feb 4, 2018
1 parent eb911c0 commit 9d3d32b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- No pending changes

## [0.8.0] - 2018-02-03
### Changed
- Store executed `PDOStatements` in a `StatementCollection`
- Deprecate smart getters and setters
Expand Down Expand Up @@ -79,7 +83,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Mock for the `PDO::prepare()` method
- Mock for the `PDO::quote()` method

[Unreleased]: https://github.com/stratedge/wye/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/stratedge/wye/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/stratedge/wye/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/stratedge/wye/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/stratedge/wye/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/stratedge/wye/compare/v0.4.0...v0.5.0
Expand Down

0 comments on commit 9d3d32b

Please sign in to comment.