Skip to content

Commit

Permalink
JabRef#10506 Fixed checkstyle and markedown error
Browse files Browse the repository at this point in the history
Harshit.Gupta7 authored and Harshit.Gupta7 committed Jan 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 01496e2 commit 5a90ec8
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -32,14 +32,17 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
- We fixed the colors of the icon on hover for unset special fields. [#10431](https://github.com/JabRef/jabref/issues/10431)

### Removed

## [5.13] – 2024-01-23

### Fixed
- Fixed an open issue Add quality check and cleanup for problematic unicode characters.[#10506]

- Fixed an open issue Add quality check and cleanup for problematic unicode characters.[#10506](https://github.com/JabRef/jabref/issues/10506)

### Added

- Added new Integrity check option for Non NFC format values.[#10506]
- Added new Clean up option to formate the Non NFC values.[#10506]
- Added new Integrity check option for Non NFC format values.[#10506](https://github.com/JabRef/jabref/issues/10506)
- Added new Clean up option to formate the Non NFC values.[#10506](https://github.com/JabRef/jabref/issues/10506)


## [5.12] – 2023-12-24
Original file line number Diff line number Diff line change
@@ -40,7 +40,6 @@ public Optional<String> checkValue(String value) {
if (!authorList.getAsLastFirstNamesWithAnd(false).equals(value)
&& !authorList.getAsFirstLastNamesWithAnd().equals(value)) {
return Optional.of(Localization.lang("Names are not in the standard %0 format.", bibMode.getFormattedName()));

}
return Optional.empty();
}

0 comments on commit 5a90ec8

Please sign in to comment.