Skip to content

Commit

Permalink
Fix #328
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Sep 14, 2023
1 parent 0d7abe1 commit 5d4e431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/ZserioSchemaEvolutionGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Zserio does not add additional stuff to the binary stream like unique field numb
solution gives chance Zserio to outperform competitors in terms of data size but it avoids a good support of
schema evolution.

So schema evolution in Zserio is very limited and it is not directly supported.
So schema evolution in Zserio is very limited and it is not fully supported.

Regarding schema evolution, we might distinguish two different compatibilities:

Expand Down Expand Up @@ -87,8 +87,8 @@ choice UInt16Choice(uint16 selector) on selector

### Enumeration Extension

The backward compatibility of adding a new enumeration item works automatically. This is because all old
enumeration items are know for a new application.
The backward compatibility of adding a new enumeration item without change of existed enumeration items works
automatically. This is because all old enumeration items are known for a new application.

**Example**

Expand Down

0 comments on commit 5d4e431

Please sign in to comment.