Fix handling of apostrophes in VC multiword & regex values (fixes #85)
Change-Id: I42b8e60ac1caae31b7ddf4122f9ad76cd99a702f
diff --git a/Changes b/Changes
index 51adfa2..b11c8de 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
-0.37 2020-11-19
+0.37 2020-12-02
- [feature] Introduced query references in Poliqarp (diewald)
- [bugfix] Ignore empty corpus queries (diewald)
+ - [bugfix] Fix handling of apostrophes in multiword and regex
+ values in virtual corpora (#85; diewald)
0.36 2020-07-24
- [security] Upgraded version of Google Guava