From b50f2996066024ef9792564cbc1cfedb9a0e2aff Mon Sep 17 00:00:00 2001 From: David Cramer Date: Thu, 21 Jul 2016 12:24:22 -0700 Subject: [PATCH] Expanded changes for 0.4.0 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index eeb7d331..727c820a 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,8 @@ - Added ``skip_capture`` configuration for excluding exceptions. - Security services are now optional. - Console exceptions are now captured. +- Default PHP SDK hooks will now be installed (via ``Raven_Client->install``). +- SDK will now be registered as 'sentry-symfony'. 0.3.0 -----