From d0e52417387d1d31aaf2cb66cf0ef24cfa57acc3 Mon Sep 17 00:00:00 2001 From: Grzegorz Date: Fri, 17 Apr 2020 15:38:26 +0200 Subject: [PATCH] Change in CHANGELOG.md described. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d39e2745597..2ca37bd693c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve ### Fixed - We fixed wrong button order (Apply and Cancel) in ManageProtectedTermsDialog. +- We fixed an issue with incompatible characters at BibTeX-Key [#6257](https://github.com/JabRef/jabref/issues/6257) +- We fixed an issue where dash was reported as illegal BibTeX-Key [#6295](https://github.com/JabRef/jabref/issues/6295) - We greatly improved the performance of the overall application and many operations. [#5071](https://github.com/JabRef/jabref/issues/5071) - We fixed an issue where sort by priority was broken. [#6222](https://github.com/JabRef/jabref/issues/6222) - We fixed an issue where opening a library from the recent libraries menu was not possible. [#5939](https://github.com/JabRef/jabref/issues/5939)