From ff3dbaacb296eaffeeae3324f91920e635722a61 Mon Sep 17 00:00:00 2001 From: JJ <103335846+computerscienceiscool@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:44:30 -0700 Subject: [PATCH] Update README.md (#533) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 737534e36..e3326aab0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ All `Events` have a `logMonoTime` and a `valid`. Then a big union defines the pa ### Maintaining backwards-compatibility -When making changes to the messaging spec you want to maintain backwards-compatability, such that old logs can +When making changes to the messaging spec you want to maintain backwards-compatibility, such that old logs can be parsed with a new version of cereal. Adding structs and adding members to structs is generally safe, most other things are not. Read more details [here](https://capnproto.org/language.html).