docs: fix a typo

This commit is contained in:
Sina Atalay 2024-02-27 20:03:22 +01:00
parent 8bc528956d
commit 38e1ccbdfe
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- Fixed Markdown `TextEntry`, where all the paragraphs were concatenated into a single paragraph. - Fixed Markdown `TextEntry`, where all the paragraphs were concatenated into a single paragraph.
- Fixed Markdown `OneLineEntry`, where all the one-line entries were concatenated into a single line. - Fixed Markdown `OneLineEntry`, where all the one-line entries were concatenated into a single line.
- Fixed the `classic` theme's `PublicationEntry`, where blank parentheses were rendered when the `journal` field was not provided. - Fixed the `classic` theme's `PublicationEntry`, where blank parentheses were rendered when the `journal` field was not provided.
- Fixed a bug where email with special characters caused a LaTeX error. - Fixed a bug where an email with special characters caused a LaTeX error.
- Fixed Unicode error when `rendercv new` is called with a name with special characters. - Fixed Unicode error when `rendercv new` is called with a name with special characters.