Skip to content

Commit 5d489b5

Browse files
docs: changelog
1 parent 808df9b commit 5d489b5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Added PHP 8.4 and 8.5 to CI test matrix.
10+
811
### Changed
912
- Updated `testModelType()` to just check if the `model_type_used` is populated if the `model_type` is specified in the request
1013
- Updated `testMixedDirectionText()` to add a missing `</p>` tag
1114
- Improved `NotFoundException` error message by removing the misleading "check server_url" suggestion.
1215

16+
### Fixed
17+
- Skip `curl_close` call for PHP 8+.
18+
1319
## [1.16.0] - 2025-12-10
1420
### Added
1521
- Added `tag_handling_version` parameter to `translateText()` specify which version of the tag handling algorithm to use. Options are `v1` and `v2`.

0 commit comments

Comments
 (0)