You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [Unreleased]
8
+
### Added
9
+
<!-- * add to here -->
10
+
### Changed
11
+
<!-- * add to here -->
12
+
13
+
14
+
## [1.10.1] - 2025-06-18
15
+
### Fixed
16
+
* Fixed `DeepLClient::deleteMultilingualGlossary(String glossaryId)` being package private, made it public instead.
17
+
* Thanks to [MTSxoff](https://github.com/MTSxoff) for the report in [#68](https://github.com/DeepLcom/deepl-java/issues/68) and the fix in [#69](https://github.com/DeepLcom/deepl-java/pull/69).
18
+
19
+
20
+
## [1.10.0] - 2025-04-30
21
+
### Added
22
+
* Added support for the /v3 Multilingual Glossary APIs in the client library
23
+
while providing backwards compatability for the previous /v2 Glossary
0 commit comments