diff options
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d633b6..2d7a3b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ documented in this file. ## [Unreleased] ## - Added more open flags and changed the code to refer to them by using enums. +- Assured that no conversion loss takes place when dealing with + `time_t` conversions. Multiple occurrences. ## [1.4.6] - 2025-09-14 ## - **Added** validation of filenames and login names. |