Skip to content

Commit 732b61c

Browse files
authored
Prepared release 4.0.0.
1 parent 246896e commit 732b61c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

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

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.
14+
315
## 3.0.0 - 2020-04-15
416

517
### Added

0 commit comments

Comments
 (0)