From 6a85a9065349817c54aee39c6092c9c6b2ad8816 Mon Sep 17 00:00:00 2001 From: kendegemaro Date: Wed, 3 Dec 2025 20:44:36 +0100 Subject: [PATCH 1/2] Fix CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e38b0835a03..d5d5d29c841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ necessarily listed. * flatc: `--grpc-callback-api` flag generates C++ gRPC Callback API server `CallbackService` skeletons AND client native callback/async stubs (unary + all streaming reactor forms) (opt-in, non-breaking, issue #8596). * Swift - Adds new API to reduce memory copying within swift (#8484) * Rust - Support Rust edition 2024 (#8638) -# [:C++] - Use the Google Style for clang-format without exceptions (#8706) +* [C++] - Use the Google Style for clang-format without exceptions (#8706) ## [25.2.10] (February 10 2025)(https://github.com/google/flatbuffers/releases/tag/v25.2.10) From 01553ff0fead118ff5d6c3b04070143cf3d2862a Mon Sep 17 00:00:00 2001 From: kendegemaro Date: Wed, 3 Dec 2025 20:51:10 +0100 Subject: [PATCH 2/2] Fix broken doc link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df4eee55eb6..4353a6c075b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Some tips for good pull requests: * Write a descriptive commit message. What problem are you solving and what are the consequences? Where and what did you test? Some good tips: [here](http://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message) - and [here](https://www.kernel.org/doc/Documentation/SubmittingPatches). + and [here](https://www.kernel.org/doc/Documentation/process/submitting-patches.rst). * If your PR consists of multiple commits which are successive improvements / fixes to your first commit, consider squashing them into a single commit (`git rebase -i`) such that your PR is a single commit on top of the current