1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-10 07:06:40 +02:00

Update changelog

This commit is contained in:
Jordi Boggiano
2013-04-01 12:08:31 +02:00
parent 3681044b6d
commit a147e793d7

View File

@@ -1,3 +1,8 @@
### 1.5.0 ()
* Added ProcessIdProcessor to inject the PID in log records
* Added UidProcessor to inject a unique identifier to all log records of one request/run
### 1.4.1 (2013-04-01)
* Fixed exception formatting in the LineFormatter to be more minimalistic