Skip to content

Commit

Permalink
Finalize 6.1.0RC2 changelog for completeness. (phpredis#2554)
Browse files Browse the repository at this point in the history
* Finalize 6.1.0RC2 changelog for completeness.

* Fix CHANGELOG.md formatting + link to contributor users
  • Loading branch information
michael-grunder authored Sep 23, 2024
1 parent bff3a22 commit 909c5cc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
34 changes: 29 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,30 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Contributors to this release :sparkling_heart:

@michael-grunder, @yatsukhnenko, @bitactive, @OrangeJuiced, @crocodele,
@kalifg, @divinity76, @PlavorSeol, @kjoe, @tstarling, @acorncom, @tuxmartin,
@BenMorel, @szepeviktor, @SplotyCode, @taka-oyama, @PROFeNoM, @woodongwong,
@RobiNN1, @vtsykun, @solracsf, @tillkruss, @deiga, @tutuna
[@michael-grunder](https://github.com/michael-grunder),
[@yatsukhnenko](https://github.com/yatsukhnenko),
[@bitactive](https://github.com/bitactive),
[@OrangeJuiced](https://github.com/OrangeJuiced),
[@crocodele](https://github.com/crocodele),
[@kalifg](https://github.com/kalifg),
[@divinity76](https://github.com/divinity76),
[@PlavorSeol](https://github.com/PlavorSeol),
[@kjoe](https://github.com/kjoe),
[@tstarling](https://github.com/tstarling),
[@acorncom](https://github.com/acorncom),
[@tuxmartin](https://github.com/tuxmartin),
[@BenMorel](https://github.com/BenMorel),
[@szepeviktor](https://github.com/szepeviktor),
[@SplotyCode](https://github.com/SplotyCode),
[@taka-oyama](https://github.com/taka-oyama),
[@PROFeNoM](https://github.com/PROFeNoM),
[@woodongwong](https://github.com/woodongwong),
[@RobiNN1](https://github.com/RobiNN1),
[@vtsykun](https://github.com/vtsykun),
[@solracsf](https://github.com/solracsf),
[@tillkruss](https://github.com/tillkruss),
[@deiga](https://github.com/deiga),
[@tutuna](https://github.com/tutuna)

### Fixed

Expand All @@ -33,6 +53,10 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Add `SessionHelpers.php` to `package.xml`
[e9474b80](https://github.com/phpredis/phpredis/commit/e9474b80)
([Remi Collet](https://github.com/remicollet))
- 8.4 implicit null fix, bump version
[bff3a22e](https://github.com/phpredis/phpredis/commit/bff3a22e)
[30c8f90c](https://github.com/phpredis/phpredis/commit/30c8f90c)
([Remi Collet](https://github.com/remicollet))

### Changed

Expand Down Expand Up @@ -177,7 +201,7 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[eeb51099](https://github.com/phpredis/phpredis/commit/eeb51099)
([Michael Dwyer](https://github.com/kalifg))
[#2523](https://github.com/phpredis/phpredis/pull/2523)
- fix missing <code> tags
- fix missing \<code\> tags
[f865d5b9](https://github.com/phpredis/phpredis/commit/f865d5b9)
([divinity76](https://github.com/divinity76))
- Mention Valkey support
Expand Down
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
* Fixed a `SIGABRT` error in PHP 8.4 [a75a7e5a] (Michael Grunder)
* Clean up code for unsupported versions of PHP [37cebdd7] (Remi Collet)
* Add `SessionHelpers.php` to `package.xml`[e9474b80] (Remi Collet)
* 8.4 implicit null fix, bump version [bff3a22e, 30c8f90c] [Remi Collet]

Changed:

Expand Down

0 comments on commit 909c5cc

Please sign in to comment.