From 36f3a5f547121e969eb1d35bbccd723c1bc39754 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 22 May 2017 08:39:36 +0200 Subject: [PATCH] Added change log for 1.6 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6b532c..b3372725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. +## 1.6.0 - 2017-05-22 + +### Added + +- Made the "factory" configuration key optional. + +### Changed + +- We do collect profiler data after the request is processed by a plugin. With this change we +will for example see the changes of `HeaderAppendPlugin` at that plugin instead of the next one. + ## 1.5.0 - 2017-05-05 ### Added