Skip to content

Commit 2ef0b21

Browse files
committed
Update changelog
1 parent 362ce9f commit 2ef0b21

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1111

1212
### Removed
1313

14+
## [4.4.0]
15+
### Added
16+
- Added strict_types everywhere (#253)
17+
- Support for full-width unicode characters (#274)
18+
- Support for special chars with custom control mappings (#283)
19+
20+
### Changed
21+
- `addSubMenu` & `addSplitItem` in `CliMenuBuilder` to accept any callable (#275)
22+
23+
### Fixed
24+
- Using backspaces in input dialogs (#260, #267)
25+
26+
### Removed
27+
- Support for PHP 7.1 - 8.1 (#287, #289)
28+
- ctype extension usages (#272)
29+
1430
## [4.3.0]
1531
### Fixed
1632
- PHP 8.1 Support (#252, #249)

0 commit comments

Comments
 (0)