From 9f7ab2e21e528c2ec3689e9efa0a1c88a45815ac Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 1 Dec 2016 17:42:46 +0100 Subject: [PATCH] Add longer explanation for ID-based entry generation. (#2330) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b64d99767b4..9606bf533af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -149,7 +149,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `# - [#1897](https://github.com/JabRef/jabref/issues/1897) Implemented integrity check for `year` field: Last four nonpunctuation characters should be numerals - Address in MS-Office 2007 xml format is now imported as `location` - [#1912](https://github.com/JabRef/jabref/issues/1912) Implemented integrity check for `edition` field: Should have the first letter capitalized (BibTeX), Should contain an integer or a literal (BibLaTeX) -- The dialog for choosing new entries additionally supports ID-based entry generation +- The dialog for choosing new entries additionally supports ID-based entry generation. For instance, when searching for a DOI or ISBN, you have to press Ctrl + N instead of using the web search (Alt + 4). - `number` field is now exported as `number` field in MS-Office 2007 xml format, if no `issue` field is present and the entry type is not `patent` - `note` field is now exported as `comments` field in MS-Office 2007 xml format - `comments` field in MS-Office 2007 xml format is now imported as `note` field