diff options
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b88a0a7..cec0a43 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,9 +16,16 @@ locale * New module. -* Adds newlocale and freelocale, which provide a glibc-compatible locale_t ABI. +* Add newlocale and freelocale, which provide a glibc-compatible locale_t ABI. This is necessary for software using the libstdc++ <locale>/<ctype> modules. +time +---- + +* New module. + +* Add __strftime_l. + unistd ------ |