From b9963e0948207e6e828e8fab8ecd0b9826e32a68 Mon Sep 17 00:00:00 2001 From: BenceSzalai Date: Thu, 15 Oct 2020 14:25:23 +0200 Subject: [PATCH] Updated: CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71da7dc..1d072cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Feature to limit the maximum number of rows to keep in the log table. Use `set_max_table_rows()` method on the handler instance to configure the limit. +### Improved +- README.md now has a section about v2 and v1 differences. + ## [2.0.1] - 2020-10-15 ### Fixed - Limitations of WordPressHandler regarding formatters, whereas formatted data was only respected in the 'extra' part of the records, but not for 'message' or 'context' (https://github.com/bradmkjr/monolog-wordpress/issues/11). **Note:** the time column still does not follow the formatted datetime to keep compatibility with existing deployments.