FlatBuffers Version 25.1.24

This commit is contained in:
Derek Bailey
2025-01-24 16:34:24 -08:00
parent 9f94ceedbc
commit 0312061985
186 changed files with 253 additions and 240 deletions

View File

@@ -4,6 +4,12 @@ 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.
## [25.1.24] (January 24 2024)(https://github.com/google/flatbuffers/releases/tag/v25.1.24))
* Mostly related to bazel build support.
* Min bazel supported is now 7 or higher, as WORKSPACE files are removed (#8509)
* Minor C++ codegen fix removing extra semicolon (#8488)
## [25.1.21] (January 21 2025)(https://github.com/google/flatbuffers/releases/tag/v25.1.21)
* Rust Full Reflection (#8102)