diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index fc15a35..c66f951 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,15 @@ +# ↊ + +* Add UTF-32 alternatives to some of the functions from `ctypes.h`; `u8c_isalnum`, `u8c_isalpha`, `u8c_iscntrl`, `u8c_isdigit`, `u8c_isspace`, and `u8c_ispunct`. +* Add assertions. +* Create new logo (move old logo to `u8c_old.svg`). + # 9 * Optimisations. * Remove some optimisations, as they prevent C++ compatibility. * Fix memory leak in test program. +* Add function for comparing UTF-32 strings; `u8c_u32cmp`. # 8 |