1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-01-17 04:38:19 +01:00
php-monolog/UPGRADE.md

9 lines
322 B
Markdown
Raw Normal View History

### 2.0.0
- The timezone is now set per Logger instance and not statically, either
via ->setTimezone or passed in the constructor. Calls to Logger::setTimezone
should be converted.
- Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`)
methods as well as `emerg`, `crit`, `err` and `warn`.