浏览代码

Fix typo in Upgrade Guide

now instead of not
Joshua Gigg 6 年之前
父节点
当前提交
27bb55b508
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      UPGRADE.md

+ 1 - 1
UPGRADE.md

@@ -6,7 +6,7 @@
 - Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`)
   methods as well as `emerg`, `crit`, `err` and `warn`.
 
-- DateTime are not formatted with a timezone and microseconds (unless disabled).
+- DateTime are now formatted with a timezone and microseconds (unless disabled).
   Various formatters and log output might be affected, which may mess with log parsing
   in some cases.