Skip to content

Commit 7573426

Browse files
committed
Changelog for version 4.0.0
1 parent 517cdda commit 7573426

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased](https://github.com/contentful/contentful-management.php/compare/3.1.4...HEAD)
6+
## [Unreleased](https://github.com/contentful/contentful-management.php/compare/4.0.0...HEAD)
77

88
<!-- PENDING-CHANGES -->
99
> No meaningful changes since last release.
1010
<!-- /PENDING-CHANGES -->
1111
12+
## [4.0.0](https://github.com/contentful/contentful-management.php/tree/4.0.0) (2022-01-21)
13+
14+
### Added
15+
16+
* Support for Symfony Version 6
17+
* **Breaking change** The range validator now uses floats instead of integers to be in line with the API. See [#165](https://github.com/contentful/contentful-management.php/issues/165) for details. Thanks @emsyzz !
18+
19+
### Removed
20+
21+
* **Breaking change** Support for PHP 7.2 and 7.3 was dropped, since they are now end-of-life. You can continue to use version 3.2.0 or install it with `--ignore-platform-reqs`, but compatibility will no longer be checked explicitely. Version 3 will still be maintained in case of security issues for the forseeable future.
22+
23+
### Internal
24+
25+
* Minor fixes to CI
26+
1227
## [3.2.0](https://github.com/contentful/contentful-management.php/tree/3.2.0) (2021-03-25)
1328

1429
### Added

0 commit comments

Comments
 (0)