Skip to content

Commit a51433f

Browse files
author
Jenkins
committed
TASK: Add changelog for 9.0.2 [skip ci]
See https://jenkins.neos.io/job/flow-release/471/
1 parent 71793a4 commit a51433f

File tree

1 file changed

+24
-0
lines changed
  • Neos.Flow/Documentation/TheDefinitiveGuide/PartV/ChangeLogs

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
`9.0.2 (2025-05-12) <https://github.com/neos/flow-development-collection/releases/tag/9.0.2>`_
2+
==============================================================================================
3+
4+
Overview of merged pull requests
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6+
7+
`BUGFIX: Replace skip migrations with simple return <https://github.com/neos/flow-development-collection/pull/3477>`_
8+
---------------------------------------------------------------------------------------------------------------------
9+
10+
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.
11+
12+
See also: https://github.com/doctrine/migrations/issues/1179
13+
14+
* Packages: ``Flow``
15+
16+
`BUGFIX: Accept node names starting with numbers in fizzle parser <https://github.com/neos/flow-development-collection/pull/3476>`_
17+
-----------------------------------------------------------------------------------------------------------------------------------
18+
19+
* Resolves: `#3475 <https://github.com/neos/flow-development-collection/issues/3475>`_
20+
21+
* Packages: ``Eel``
22+
23+
`Detailed log <https://github.com/neos/flow-development-collection/compare/9.0.1...9.0.2>`_
24+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)