summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordi Boggiano <j.boggiano@seld.be>2016-11-13 20:36:07 +0100
committerJordi Boggiano <j.boggiano@seld.be>2016-11-13 20:36:07 +0100
commit2133e01288f8f974645c6548ba1250b5c61d68bc (patch)
treec7c04bc7a70e09e55be58f3b7d8dfab68cedb20e
parent371b8ebb1bdfe5f254024fed671959f6c452aff7 (diff)
downloadmonolog-2133e01288f8f974645c6548ba1250b5c61d68bc.zip
monolog-2133e01288f8f974645c6548ba1250b5c61d68bc.tar.gz
monolog-2133e01288f8f974645c6548ba1250b5c61d68bc.tar.bz2
Prepare 1.22 changelog
-rw-r--r--CHANGELOG.mdown10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown
index 5f81e24..79bf628 100644
--- a/CHANGELOG.mdown
+++ b/CHANGELOG.mdown
@@ -1,3 +1,13 @@
+### 1.22.0 (2016-11-XX)
+
+ * Added MercurialProcessor to add mercurial revision and branch names to log records
+ * Added support for AWS SDK v3 in DynamoDbHandler
+ * Fixed fatal errors occuring when normalizing generators that have been fully consumed
+ * Fixed RollbarHandler to include a level (rollbar level), monolog_level (original name), channel and datetime (unix)
+ * Fixed RollbarHandler not flushing records automatically, calling close() explicitly is not necessary anymore
+ * Fixed SyslogUdpHandler to avoid sending empty frames
+ * Fixed a few PHP7 compatibility issues
+
### 1.21.0 (2016-07-29)
* Break: Reverted the addition of $context when the ErrorHandler handles regular php errors from 1.20.0 as it was causing issues