Skip to content

Commit 3d7622f

Browse files
xSavitarKrinkle
authored andcommitted
Update changelog in prep for tagging 3.0.0
Bug: T327992 Change-Id: Id09c7e40bcd903116eb927e6698743006d928578
1 parent 4da3dd4 commit 3d7622f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## 2.0.0
414

515
The library now requires PHP 7.2 or later.

0 commit comments

Comments
 (0)