mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:36:14 +02:00

[CLEANUP] Use backticks around file names in the changelog (#45)

This commit is contained in:
Oliver Klee 2020-05-22 09:09:44 +02:00 committed by GitHub
parent 9d39ca01af
commit c508e4c710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Sort the Composer dependencies - Sort the Composer dependencies
- Upgrade PHPUnit to 7.5.14 - Upgrade PHPUnit to 7.5.14
- Change from GPL V3+ to GPL V2+ - Change from GPL V3+ to GPL V2+
- Streamline ext_emconf.php - Streamline `ext_emconf.php`
### Deprecated ### Deprecated
@ -48,7 +48,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Fixed ### Fixed
- Re-add the static TypoScript registration (#41) - Re-add the static TypoScript registration (#41)
- Keep the global namespace clean in `ext_localconf.php` (#40) - Keep the global namespace clean in `ext_localconf.php` (#40)
- Update the badge URLs in the README (#29, #22) - Update the badge URLs in the `README` (#29, #22)
- Fix code inspection warnings - Fix code inspection warnings
- Use the new annotations for lazy loading - Use the new annotations for lazy loading
- Update and pin the dev dependencies - Update and pin the dev dependencies