diff options
author | Norbert Preining <norbert@preining.info> | 2020-07-12 03:02:30 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2020-07-12 03:02:30 +0000 |
commit | 145ca8eeaa26583fb8cf216fc5a079f3d65260e2 (patch) | |
tree | b83a4fcf8a50b58b62d94c3efb6d8720309bd0ab /support/bib2gls/CHANGES | |
parent | 9f9f8877a616fec845b82f43c991811cb167c35f (diff) |
CTAN sync 202007120302
Diffstat (limited to 'support/bib2gls/CHANGES')
-rw-r--r-- | support/bib2gls/CHANGES | 22 |
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" |