diff options
author | Martin Storsjö <martin@martin.st> | 2020-02-05 12:02:14 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2020-02-05 17:23:07 +0200 |
commit | d5361190993a5df779eee245a18ceb76a7947833 (patch) | |
tree | 187c658b1d9112b9d404a7f14cdf8f8ca7cdebf0 /libcxx/docs | |
parent | 7e518f3159bd2c84e5e74c9338279bc930458618 (diff) | |
download | bcm5719-llvm-d5361190993a5df779eee245a18ceb76a7947833.tar.gz bcm5719-llvm-d5361190993a5df779eee245a18ceb76a7947833.zip |
[libcxx] Add release notes for the 10.x branch for things I've done
Differential Revision: https://reviews.llvm.org/D74029
Diffstat (limited to 'libcxx/docs')
-rw-r--r-- | libcxx/docs/ReleaseNotes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst index f1dd6f98936..438e36beec4 100644 --- a/libcxx/docs/ReleaseNotes.rst +++ b/libcxx/docs/ReleaseNotes.rst @@ -35,6 +35,11 @@ see the `releases page <https://llvm.org/releases/>`_. What's New in Libc++ 10.0.0? ============================ +Fixes +----- + +- Fixed use of non-default locales on Windows + New Features ------------ |