We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c293128 commit 387a8d0Copy full SHA for 387a8d0
CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project are documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [4.1.0] - 2025-12-08
8
+### Added
9
+- Additional tests for `OrderedListRenderer`
10
+- Support for Symfony v8
11
+### Changed
12
+- Changed `OrderedListRenderer` from extending `ListRenderer` to decorating it
13
+- Updated minimum versions of several dependencies in `composer.json`
14
+
15
## [4.0.0] - 2024-12-20
16
### Added
17
- `SluggerInterface` interface for new `UniqueSlugger` logic
0 commit comments