From 06a53df0d3068e9afa7c1764096210df92f4235f Mon Sep 17 00:00:00 2001 From: Felix Date: Sat, 26 Jul 2025 01:06:50 +0200 Subject: [PATCH] Fix start page: Backwards and Forwards Compatibility (#8645) --- docs/source/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/index.md b/docs/source/index.md index 269fda309..48c409374 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -21,14 +21,16 @@ It is available as Open Source on - :material-memory:{ .lg .middle } **Memory Efficiency and Speed** --- - The only memory needed to access your data is that of the buffer. No heap is - required. + The only memory needed to access your data is that of the buffer. + No heap is required. - :material-compare-horizontal:{ .lg .middle } **Backwards and Forwards Compatibility** --- - The only memory needed to access your data is that of the buffer. No heap is + FlatBuffers enables the schema to evolve over time while still maintaining + forwards and backwards compatibility with old flatbuffers. + required. - :material-scale-off:{ .lg .middle } **Small Footprint**