File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ in 7.1 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v7.1.0...v7.1.1
9
9
10
+ * 7.1.1 (2024-06-04)
11
+
12
+ * bug #57110 [ PhpUnitBridge] Fix error handler triggered outside of tests (HypeMC)
13
+ * bug #57305 [ Validator] do not modify a constraint during validation to not leak its context (xabbuh)
14
+ * bug #57297 [ FrameworkBundle] not registered definitions must not be modified (xabbuh)
15
+ * bug #57234 [ String] Fix Inflector for 'hardware' (podhy)
16
+ * bug #57224 [ Mime] Use streams instead of loading raw message generator into memory (bytestream)
17
+ * bug #57284 [ Mime] Fix TextPart using an unknown File (fabpot)
18
+ * bug #57282 [ Scheduler] Throw an exception when no dispatcher has been passed to a Schedule (fabpot)
19
+ * bug #57276 Fix autoload configs to avoid warnings when building optimized autoloaders (Seldaek)
20
+ * bug #57275 Fix autoload configs to avoid warnings when building optimized autoloaders (Seldaek)
21
+ * bug #57263 [ SecurityBundle] Fix ` container.build_hash ` parameter binding (alexandre-daubois)
22
+ * bug #57197 [ Serializer] Fix denormalizing a collection of union types (HypeMC)
23
+ * bug #57188 [ DoctrineBridge] Fix ` UniqueEntityValidator ` with proxy object (HypeMC)
24
+
10
25
* 7.1.0 (2024-05-31)
11
26
12
27
* bug #57248 [ DoctrineBridge] Revert deprecating by-{id} mapping of entities (nicolas-grekas)
You can’t perform that action at this time.
0 commit comments