- Update to release 13.2

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=72
This commit is contained in:
2023-01-29 13:22:48 +00:00
committed by Git OBS Bridge
parent 5d4b80d162
commit feae76ab35
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jan 29 13:21:45 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 13.2
* No longer require certain declarations to be function
parameters: const, volatile, static, and variable length
arrays
* The set of word-break characters for autocompletion has been
expanded to be (almost) all non-identifier characters.
* Bit-fields having [[no_unique_address]] are now correctly
reported as an error.
-------------------------------------------------------------------
Sun Jan 8 15:55:30 UTC 2023 - Jan Engelhardt <jengelh@inai.de>