We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5621386 commit 685bdc1Copy full SHA for 685bdc1
Changelog.md
@@ -1,6 +1,16 @@
1
Changelog
2
=========
3
4
+### 4.1.0 (2026-02-13)
5
+
6
+* Convert XML config files to other formats to fix the deprecation of XML config files in Symfony
7
+* Add PHP routing files alongside the XML ones. Loading the XML routing files triggers a deprecation in Symfony 7.4.
8
+* Fix deprecation in the UserChecker
9
+* Fix the HashingPasswordUpdater to avoid trigger deprecations for `UserInterface::eraseCredentials`
10
+* Deprecate `\FOS\UserBundle\Model\User::eraseCredentials`
11
+* Remove support for Symfony < 7.3
12
+* Remove support for PHP < 8.2
13
14
### 4.0.0 (2024-07-04)
15
16
* [BC break] Removed the CouchDB ODM integration
0 commit comments