2021-12-14 18:33:58 +00:00
committed by Git OBS Bridge
parent 4ef9c46151
commit d5f740a28a
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 14 18:33:37 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.8
* New cdecl keywords: There are now the new pseudo-English
keywords of evaluation (plus eval as a shorthand), expression
(plus expr), and initialization (plus init) that can
optionally be used after constant (or const) instead of
consteval, constexpr, or constinit, respectively.
-------------------------------------------------------------------
Sat Dec 11 10:19:57 UTC 2021 - Jan Engelhardt <jengelh@inai.de>