From 23ac8cdd1c06665b06a57a2c4a842729ac9c052e Mon Sep 17 00:00:00 2001 From: Delisa Mason Date: Wed, 23 Dec 2015 16:45:37 -0500 Subject: [PATCH] [CHANGELOG] Update with PHP7 changes --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d3895f..03092093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +2.6.0 +----- + +### Enhancements + +* Add support for PHP 7's Throwable + | [Chris Stone](https://github.com/cmstone) + | [#106](https://github.com/bugsnag/bugsnag-php/pull/106) + 2.5.6 ----- - Added a debug flag to help diagnose notification problems