mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Merge remote-tracking branch 'origin/topic/etyp/fix-optional-attr-errors'
* origin/topic/etyp/fix-optional-attr-errors: Fix parameter attributes pretending to be records Only allow `&optional` in records
This commit is contained in:
commit
59e84e06f6
9 changed files with 59 additions and 22 deletions
3
NEWS
3
NEWS
|
@ -11,6 +11,9 @@ We would like to thank ... for their contributions to this release.
|
|||
Breaking Changes
|
||||
----------------
|
||||
|
||||
- The ``&optional`` script attribute will now error when applied to anything that's
|
||||
not a record field. Previously, this would have surprising behavior.
|
||||
|
||||
New Functionality
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue