Skip to content
18 changes: 18 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

## 0.12.4

### Fixed

- Fix extractor parameters #438
- Make Profiler service an optional argument for SymfonyProfilerController #440
- Update ExtractCommand.php #435
- Fix tests on Symfony 5.3 #443
- Suppress getMasterRequest() deprecation message #444
- Suppress deprecations on deprecating legacy services #445
- Fix PHPUnit deprecations #447
- Fix broken tests #458
- Register visitor tag also for TranslateAnnotationVisitor and Knp visitors #451

### Removed

- Drop SensioLabs (Symfony) insight badge #441

## 0.12.3

### Fixed
Expand Down