Skip to content

Commit

Permalink
Merge pull request #352 from Rican7/chore/v2.1.2-release-prep
Browse files Browse the repository at this point in the history
Chore - v2.1.2 release prep
  • Loading branch information
Rican7 authored Feb 1, 2017
2 parents e533d5e + 40207f5 commit 6549676
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# CHANGELOG


## 2.1.2

### Features

- PHP 7 `Throwable`s will now properly be caught and sent up the exception handling chain.
- Expanded compatibility with other exception types in some method signatures

### Bug fixes

- Broad exception catch statements will now properly handle PHP 7 `Throwable` types


## 2.1.1

### Features
Expand Down
8 changes: 8 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Klein Upgrade Guide


## 2.1.1 to 2.1.2

### Interface Changes

- The `RoutePathCompilationException::createFromRoute()` method signature has changed to allow both `Exception` and `Throwable` types with dual support for PHP 5 and PHP 7
- The 4th parameter to the callbacks supported by `Klein#onError` will now be able to receive `Throwable` types under PHP 7


## 2.1.0 to 2.1.1

### Deprecations
Expand Down

0 comments on commit 6549676

Please sign in to comment.