`9.0.2 (2025-05-12) `_ ============================================================================================== Overview of merged pull requests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ `BUGFIX: Replace skip migrations with simple return `_ --------------------------------------------------------------------------------------------------------------------- If we use the skip migrations feature of doctrine, the migrations never get marked as applied. Which leads to situations, where your migration status will never be clean. So I replaced all skipif with a simple return. See also: https://github.com/doctrine/migrations/issues/1179 * Packages: ``Flow`` `BUGFIX: Accept node names starting with numbers in fizzle parser `_ ----------------------------------------------------------------------------------------------------------------------------------- * Resolves: `#3475 `_ * Packages: ``Eel`` `Detailed log `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~