Skip to content

Commit

Permalink
Preparing release 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Sep 21, 2016
1 parent 57d762d commit 31dbdcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Leo changelog

## Next release
## 1.6.0 (2016-09-21)

- **[NEW]** Support for PHP 7 engine exceptions in `ExceptionMatcher`
([#19] - thanks [@jmalloc]).
- **[NEW]** Support for traversables in `InclusionMatcher` ([#23]).
- **[FIXED]** Using both arguments of `throw()` no longer ignores the exception
type ([#20], [#24]).
- **[IMPROVED]** Support for PHP 7 engine exceptions in `ExceptionMatcher`
([#19] - thanks [@jmalloc]).
- **[IMPROVED]** Simplified exception stack trace trimming ([#22]).
- **[IMPROVED]** Support for traversables in `InclusionMatcher` ([#23]).
- **[MAINTENANCE]** Simplified exception stack trace trimming ([#22]).

[#19]: https://github.com/peridot-php/leo/pull/19
[#20]: https://github.com/peridot-php/leo/issues/20
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@ Next level assertion library for PHP

[![Current version image][version-image]][current version]
[![Current build status image][build-image]][current build status]
[![Tested against HHVM][hhvm-image]][current hhvm build status]
[![Current Scrutinizer code quality image][scrutinizer-image]][current scrutinizer code quality]
[![Current coverage status image][coverage-image]][current coverage status]

[build-image]: https://img.shields.io/travis/peridot-php/leo/master.svg?style=flat-square "Current build status for the master branch"
[coverage-image]: https://img.shields.io/codecov/c/github/peridot-php/leo/master.svg?style=flat-square "Current test coverage for the master branch"
[current build status]: https://travis-ci.org/peridot-php/leo
[current coverage status]: https://codecov.io/github/peridot-php/leo
[current hhvm build status]: http://hhvm.h4cc.de/package/peridot-php/leo
[current scrutinizer code quality]: https://scrutinizer-ci.com/g/peridot-php/leo/?branch=master
[current version]: https://packagist.org/packages/peridot-php/leo
[hhvm-image]: https://img.shields.io/hhvm/peridot-php/leo/master.svg?style=flat-square "Tested against HHVM"
[scrutinizer-image]: https://img.shields.io/scrutinizer/g/peridot-php/leo/master.svg?style=flat-square "Current Scrutinizer code quality for the master branch"
[version-image]: https://img.shields.io/packagist/v/peridot-php/leo.svg?style=flat-square "This project uses semantic versioning"

Expand Down

0 comments on commit 31dbdcb

Please sign in to comment.