Merge remote-tracking branch 'origin/topic/vern/id-redecl'
Some checks failed
pre-commit / pre-commit (push) Has been cancelled

* origin/topic/vern/id-redecl:
  fixes for re-declaring type identifiers in inconsistent ways - addresses GH-2686
This commit is contained in:
Tim Wojtulewicz 2025-09-30 20:46:27 +00:00
commit 8b4707a284
6 changed files with 46 additions and 1 deletions

View file

@ -1,3 +1,7 @@
8.1.0-dev.621 | 2025-09-30 20:46:27 +0000
* GH-2686: fixes for re-declaring type identifiers in inconsistent ways - addresses GH-2686 (Vern Paxson, Corelight)
8.1.0-dev.619 | 2025-09-30 20:45:19 +0000
* Fix for standalone initializations that require BiFs, and streamlining of standalone BiF-tracking (Vern Paxson, Corelight)