Skip to content

Commit

Permalink
Prepare the 3.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Oct 30, 2024
1 parent 6044c4b commit 2bb5ad2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ Changelog

--------

## 3.9.0 - 2024-10-30

### Added

* [Arguments] Adds argument suggestion support for unknown arguments. [#204](https://github.com/thephpleague/climate/pull/204)
* [Progress] Allow the precision to be specified. [#198](https://github.com/thephpleague/climate/pull/198)
* [Password] Allow accept() and other additional features. [#171](https://github.com/thephpleague/climate/pull/171)

### Fixed

* Ensure usleep() always received an integer. [#197](https://github.com/thephpleague/climate/pull/197)
* Prevent deprecation errors from type juggling. [#190](https://github.com/thephpleague/climate/pull/190)

### Changed

* [Support] Added support for PHP 8.2 & 8.3.

--------

## 3.8.2 - 2022-01-23

### Fixed
Expand Down

0 comments on commit 2bb5ad2

Please sign in to comment.