Skip to content

Commit 47431c0

Browse files
committed
docs: Update docs for fixes from open source community
1 parent cec309d commit 47431c0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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

8+
## [Unreleased]
9+
### Fixed
10+
* Fixed the `TextResult` constructor to be compatible with pre-1.10 versions, to
11+
facilitate mocking
12+
* Thanks to [VincentLanglet](https://github.com/VincentLanglet) for
13+
[#56](https://github.com/DeepLcom/deepl-php/pull/56)
14+
* Fixed a bug when generating the platform information with `php_uname`.
15+
* Thanks to [jochensengier](https://github.com/jochensengier) for
16+
[#57](https://github.com/DeepLcom/deepl-php/pull/57) and
17+
[that-guy-iain](https://github.com/that-guy-iain) +
18+
[jimwins](https://github.com/jimwins) for the
19+
[report](https://github.com/DeepLcom/deepl-php/issues/54).
20+
21+
822
## [1.10.0] - 2024-11-15
923
### Added
1024
* Added `MODEL_TYPE` option to `translateText()` to use models with higher
@@ -169,6 +183,7 @@ Stable release.
169183
Initial version.
170184

171185

186+
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.10.0...HEAD
172187
[1.10.0]: https://github.com/DeepLcom/deepl-php/compare/v1.9.0...v1.10.0
173188
[1.9.0]: https://github.com/DeepLcom/deepl-php/compare/v1.8.0...v1.9.0
174189
[1.8.0]: https://github.com/DeepLcom/deepl-php/compare/v1.7.2...v1.8.0

0 commit comments

Comments
 (0)