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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## 4.0.0 - 2021-02-17
4
+
5
+
### Added
6
+
7
+
- Support for PHP 8.
8
+
9
+
### Changed
10
+
11
+
-**[BC Break]** Entity classes now using public properties instead of getter/setter.
12
+
-**[BC Break]** Data structure in the archive file to be serialized in smaller chunks, so that not all data must be deserialized when reading from it in the importer.
13
+
- Icon files are explicitly no longer compressed in the archive file.
0 commit comments