From a147e793d7f0026eefd0a2ac6e2a2944abfbcae0 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 1 Apr 2013 12:08:31 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.mdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index 7db235fc..3ea3b4f5 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -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