summaryrefslogtreecommitdiff
path: root/support/bib2gls/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'support/bib2gls/CHANGES')
-rw-r--r--support/bib2gls/CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/support/bib2gls/CHANGES b/support/bib2gls/CHANGES
index bab4eb114f..78da3cb379 100644
--- a/support/bib2gls/CHANGES
+++ b/support/bib2gls/CHANGES
@@ -1,3 +1,25 @@
+v2.7 (2020-07-11):
+
+ * save-original-entrytype option now allows the name of a field
+ as the value (making it consistent with the save-original-id
+ option).
+
+ * save-original-id option now has a check to disallow special
+ internal fields (instead of silently ignoring the setting).
+
+ * replicate-fields option will now allow unknown fields (but not
+ special internal fields) in the targets and will save them using
+ \GlsXtrSetField.
+
+ * new options:
+
+ save-original-id-action
+ save-original-entrytype-action
+ hex-unicode-fields
+
+ * Bug fix: Added check for null in getSortFallbackContents
+ (to avoid NullPointerException)
+
v2.6 (2020-07-09):
* Fixed bug where getSortFallbackValue returns string "null"