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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# A changelog for the lib/hyperglot language database and CLI tool (dd.mm.yyyy)
2
2
3
+
## 0.6.3 (08.04.2024)
4
+
- FIX: Set correct default values for `Language.status` and `Orthography.preferred_as_group` and provide validation and tests for these.
5
+
- TWEAK: Deprecated plain list `SUPPORTLEVELS, VALIDITYLEVELS, STATUSES, ORTHOGRAPHY_STATUSES` and replaced them with `SupportLevel, LanguageValidity, LanguageStatus, OrthographyStatus` enums throughout the code base. The deprecated values will be removed in the next minor version.
6
+
- TESTS: Added simple tox config for running test on all supported minor python versions
7
+
3
8
## 0.6.2 (22.3.2024)
4
9
- FIX: Fixed type hinting issue causing failure on python 3.8.x
0 commit comments