Skip to content

Commit 2bb5ad2

Browse files
committed
Prepare the 3.9.0 release
1 parent 6044c4b commit 2bb5ad2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ Changelog
33

44
--------
55

6+
## 3.9.0 - 2024-10-30
7+
8+
### Added
9+
10+
* [Arguments] Adds argument suggestion support for unknown arguments. [#204](https://github.com/thephpleague/climate/pull/204)
11+
* [Progress] Allow the precision to be specified. [#198](https://github.com/thephpleague/climate/pull/198)
12+
* [Password] Allow accept() and other additional features. [#171](https://github.com/thephpleague/climate/pull/171)
13+
14+
### Fixed
15+
16+
* Ensure usleep() always received an integer. [#197](https://github.com/thephpleague/climate/pull/197)
17+
* Prevent deprecation errors from type juggling. [#190](https://github.com/thephpleague/climate/pull/190)
18+
19+
### Changed
20+
21+
* [Support] Added support for PHP 8.2 & 8.3.
22+
23+
--------
24+
625
## 3.8.2 - 2022-01-23
726

827
### Fixed

0 commit comments

Comments
 (0)