We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b0063 commit e703b89Copy full SHA for e703b89
1 file changed
RELEASE-NOTES.md
@@ -7,6 +7,10 @@
7
* Removed `getLabel`, `getLabels`, `getDescription`, `getDescriptions`, `getAliases`,
8
`getAllAliases`, `setLabels`, `setDescriptions`, `addAliases`, `setAllAliases`,
9
`removeLabel`, `removeDescription` and `removeAliases` methods
10
+* `TermList` and `AliasGroupList` no longer throw an `InvalidArgumentException` for invalidlanguage codes, instead
11
+ * `getByLangauge` throws an `OutOfBoundsException`.
12
+ * `removeByLanguage` does nothing.
13
+ * `hasTermForLanguage` and `hasGroupForLangauge` return false.
14
15
## Version 5.1.0 (2016-03-08)
16
0 commit comments