Skip to content

Commit d772aa6

Browse files
committed
update changelog
1 parent b18f147 commit d772aa6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- `Innmind\Immutable\Map::toSequence()`
88

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+
913
### Fixed
1014

1115
- 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

Comments
 (0)