Improve token filtering in leaf nodes (fixes #168)
Change-Id: Ia53ebbe28c1f4ed861a48159c6bc88ad7dece3de
diff --git a/Changes b/Changes
index 9b9c06f..50b2458 100755
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
-0.46 2022-07-06
+0.46 2022-08-08
- Increased max query length from 1000 to 4096 characters. (kupietz)
- Fix handling of public clients. (diewald)
+ - Improve support for non-latin tokens in annotation table views.
+ (Fixes #168; diewald)
0.45 2022-05-20
- Added confidential client support to OAuth. (diewald)