- Update to release 11.11

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=60
This commit is contained in:
2022-01-23 09:07:02 +00:00
committed by Git OBS Bridge
parent df56ff87f8
commit 369ce3ed01
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jan 23 09:02:18 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.11
* Support the use of attributes in conjunction with
`using T = ...` declarations.
* Types will now be presented as `using T = ...` for
C++11 and onwards.
-------------------------------------------------------------------
Mon Jan 3 16:52:31 UTC 2022 - Jan Engelhardt <jengelh@inai.de>