Просмотр исходного кода

Merge pull request #1343 from giggsey/patch-1

Fix typo in Upgrade Guide
Jordi Boggiano 6 лет назад
Родитель
Сommit
5b4a6fcd91
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`)
 - Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`)
   methods as well as `emerg`, `crit`, `err` and `warn`.
   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
   Various formatters and log output might be affected, which may mess with log parsing
   in some cases.
   in some cases.