Skip to content

Commit 957ea84

Browse files
committed
Update CHANGELOG for 7.1.1
1 parent b7c5de2 commit 957ea84

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG-7.1.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ in 7.1 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v7.1.0...v7.1.1
99

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+
1025
* 7.1.0 (2024-05-31)
1126

1227
* bug #57248 [DoctrineBridge] Revert deprecating by-{id} mapping of entities (nicolas-grekas)

0 commit comments

Comments
 (0)