diff --git a/DESCRIPTION b/DESCRIPTION index 506637d..a3b7020 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: typstcv Type: Package Title: CV for Quarto & Typst -Version: 0.0.2.1 +Version: 0.0.2.2 Authors@R: person(given = "Kazuharu", family = "Yanagimoto", diff --git a/NEWS.md b/NEWS.md index b1a5885..784dffd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,7 @@ Bug Fixes: - `format_date()` now correctly sorts after the formatting step. This was causing the dates to be sorted as strings, rather than as dates. - Allows `resume_entry()` for `NA` values in the `details` column. Thanks to @ryanzomorrodi for code submission #2. +- `format_date()` correctly handles `NA` values as the latest date. Thanks to @ryanzomorrodi for code submission #3. ## 0.0.1