We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da3dd4 commit 3d7622fCopy full SHA for 3d7622f
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 3.0.0
4
+
5
+The library now requires PHP 7.4 or later.
6
7
+* Drop 7.2 support (Sam Reed)
8
+* Add return types and make Reader and Writer signatures more consistent (Timo Tijhof)
9
+* Writer\PHP: Faster `set()` by reducing total number of method calls (Thiemo Kreuz)
10
+* Writer\PHP: Faster `finish()` by using native `array_fill()` where possible (Thiemo Kreuz)
11
+* Writer\PHP: Faster `set()` by inlining single-use methods (Thiemo Kreuz)
12
13
## 2.0.0
14
15
The library now requires PHP 7.2 or later.
0 commit comments