You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@
6
6
7
7
-`Innmind\Immutable\Map::toSequence()`
8
8
9
+
### Changed
10
+
11
+
- Use `static` closures as much as possible to reduce the probability of creating circular references by capturing `$this` as it can lead to memory root buffer exhaustion.
12
+
9
13
### Fixed
10
14
11
15
- Using `string`s or `int`s as a `Map` key type and then adding keys of different types was throwing an error.
0 commit comments