Skip to content

Commit adf9631

Browse files
authored
Add missing changelog entries (#28)
1 parent 2fb340e commit adf9631

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,43 @@ All notable changes to `php-cli-progress-bar` will be documented in this file.
44

55
## [Unreleased](https://github.com/nickbeen/php-cli-progress-bar/compare/v1.0.0...HEAD)
66

7+
## 1.1.3 - 2025-01-24
8+
9+
### Added
10+
* Add support for PHP 8.4 tests by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/23
11+
### Fixed
12+
* Fix possible division by zero error by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/22
13+
14+
## 1.1.2 - 2024-06-20
15+
16+
### Fixed
17+
* Fix 24 hour limit when displaying estimated time by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/20
18+
19+
## 1.1.1 - 2024-04-08
20+
21+
### Added
22+
* Add support for PHP 8.2 tests by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/13
23+
* Add support for PHP 8.3 tests by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/18
24+
### Fixed
25+
* Fix build status badge by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/12
26+
* Implicit conversion from float-string to int is deprecated by @thisispiers in https://github.com/nickbeen/php-cli-progress-bar/pull/14
27+
* Add full support for floating values without implicit conversion by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/16
28+
* Fix non-countable warning for iterable values by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/17
29+
30+
## 1.1.0 - 2022-06-21
31+
32+
### Added
33+
* Added ability to use custom bar characters by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/6
34+
* Added ability to show and hide cursor by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/8
35+
* Added ability to throttle display frequency by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/10
36+
* Added configuration file for `php-cs-fixer` by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/5
37+
38+
### Changed
39+
* Allow output during PHPUnit tests by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/2
40+
41+
### Removed
42+
* Removed `.php-cs-fixer.cache` by @nickbeen in https://github.com/nickbeen/php-cli-progress-bar/pull/9
43+
744
## 1.0.0 - 2022-06-18
845

946
- Initial Release

0 commit comments

Comments
 (0)