Skip to content

Commit e10d090

Browse files
committed
Add changelog
1 parent 3e2e1e9 commit e10d090

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

3+
# 7.0.0 - unreleased
4+
**Notable Changes**
5+
- Upgrade to Symfony 7.4 (from 6.4)
6+
- Upgrade to PHPUnit 10 (from 9.x)
7+
- Upgrade to PHPStan 2.0 (from 1.x)
8+
- Migrate from annotations to attributes (PHP 8 attributes)
9+
10+
**Important for System Administrators**
11+
Ensure the `database_server_version` parameter contains the correct MariaDB version. e.g. `10.6.23-MariaDB`
12+
13+
14+
**Improvements**
15+
- Upgrade all Symfony components to 7.4
16+
- Upgrade Stepup-Bundle to 7.0
17+
- Modernize codebase with PHP 8+ features
18+
- Fix various Symfony and Doctrine deprecations
19+
- Improved code quality with updated tooling
20+
321
# 6.0.2
422
- Repair deprovisioning API calls
523
- Restore deprovisioned user on new login (returing users)

0 commit comments

Comments
 (0)