Skip to content

Commit c549e27

Browse files
committed
CHANGELOG: split into separate files per major
The changelog as it was, was by now > 8000 lines long and becoming unwieldy. This commit splits the changelog file up into separate files per major release series. It also adds the older changelog files to the `.gitattributes` file, so only the changelog files for the current and the previous major will be included in release zips.
1 parent fd261c4 commit c549e27

7 files changed

Lines changed: 9526 additions & 8442 deletions

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ tests/EndToEnd/**/ export-ignore
1818
.remarkrc export-ignore
1919
.shellcheckrc export-ignore
2020
.yamllint.yml export-ignore
21+
CHANGELOG-0.x.md export-ignore
22+
CHANGELOG-1.x.md export-ignore
23+
CHANGELOG-2.x.md export-ignore
2124
phpcs.xml.dist export-ignore
2225
phpstan.neon.dist export-ignore
2326
phpunit.xml.dist export-ignore

CHANGELOG-0.x.md

Lines changed: 579 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG-1.x.md

Lines changed: 2412 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG-2.x.md

Lines changed: 1845 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG-3.x.md

Lines changed: 4083 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG-4.x.md

Lines changed: 604 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 0 additions & 8442 deletions
This file was deleted.

0 commit comments

Comments
 (0)