FlatBuffers Version 23.5.26 (#7976)

This commit is contained in:
Derek Bailey
2023-05-26 10:33:09 -07:00
committed by GitHub
parent e0a87e36d5
commit 0100f6a577
181 changed files with 241 additions and 236 deletions

View File

@@ -4,6 +4,11 @@ All major or breaking changes will be documented in this file, as well as any
new features that should be highlighted. Minor fixes or improvements are not
necessarily listed.
## [23.5.26 (May 26 2023)](https://github.com/google/flatbuffers/releases/tag/v23.5.26)
* Mostly bug fixing for 64-bit support
* Adds support for specifying underling type of unions in C++ and TS/JS (#7954)
## [23.5.9 (May 9 2023)](https://github.com/google/flatbuffers/releases/tag/v23.5.9)
* 64-bit support for C++ (#7935)