[libcxx-commits] [PATCH] D131430: [libc++] Implement `thread::id` comparators as free functions
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 10 10:54:54 PDT 2022
Mordante accepted this revision.
Mordante added a comment.
This revision is now accepted and ready to land.
In D131430#3713407 <https://reviews.llvm.org/D131430#3713407>, @avogelsgesang wrote:
>> Can you mention this change to the API changes of the release documentation?
>
> Afaict, there is no "API changes" in the release notes, only "ABI changes". I added the item to the "Improvements" section instead
We used to have an API section, for example https://releases.llvm.org/14.0.0/projects/libcxx/docs/ReleaseNotes.html#api-changes
Can you re-add that section and move the new documentation there?
LGTM after moving the documentation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131430/new/
https://reviews.llvm.org/D131430
More information about the libcxx-commits
mailing list