- Update to release 11.7

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=56
This commit is contained in:
2021-12-11 10:20:23 +00:00
committed by Git OBS Bridge
parent c9124f4e63
commit 4ef9c46151
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Dec 11 10:19:57 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.7
* When an unexpected name token is encountered, if said token
is a cdecl keyword, it's now mentioned in the error message.
* Zero-sized arrays are now correctly forbidden.
-------------------------------------------------------------------
Fri Dec 3 18:37:07 UTC 2021 - Jan Engelhardt <jengelh@inai.de>