Skip to content

Commit

Permalink
Changelog for Robo 4.0.0 stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Sep 20, 2022
1 parent f4aff9a commit 86b4c35
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 4.0.0 9/20/2022

* Minimum version of PHP supported is now 8.0
* BREAKING: Removed support for Symfony 4 and 5; Symfony 6 required.
* BREAKING: Removed support for league/container 1; version 2 or 3 required.
* BREAKING: Use \Robo\Robo::version() instead of \Robo\Robo::VERSION
* BREAKING: Use RoboLogLevel::SUCCESS isntead of ConsoleLogLevel::SUCCESS
* BREAKING: Cannot pass `null` to \Robo\Config\Config constructor any longer

### 3.0.10 2/21/2022

* symfony/process ^6
Expand Down

0 comments on commit 86b4c35

Please sign in to comment.