Updated CHANGELOG.md

This commit is contained in:
vladvildanov
2025-03-20 15:00:21 +02:00
parent 72f6baef26
commit 3864a7b125
+14 -1
View File
@@ -2,7 +2,20 @@
## Unreleased
### Fixed
- Fixed PHP 8.4 compatibility with `stream_context_set_option()`
- Fixed PHP 8.4 compatibility with `stream_context_set_option()` (#1503)
- Prevent named arguments runtime failure (#1509)
- Mark GEOSEARCH as read-only to ensure execution on replica (#1481)
- Fix eval_ro cluster support (#1449)
### Changed
- Use parallel on PHP-CS-Fixer (#1489)
- Update watch command accepting string and string[] (#1476)
- Optimize redis cluster slotmap with compact slot range object (#1493)
### Added
- Added testing with 8.0 (#1510)
- Added test coverage for compatibility with Redis 8.0 (#1513)
- Added missing FT._LIST and BITFIELD_RO commands (#1521)
## v2.3.0 (2024-11-21)
### Added