From 319b8d77fc3093059e82ceb3bd0fe82dde8cd41e Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Mon, 25 Sep 2023 11:06:21 +0300 Subject: [PATCH] Update information about varint in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bc67f5..a26cc2bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Serialize all components by default using varint and provide functions to use fixint encoding. +- Serialize all components and events using varint. - Serialize entities in optimal way by writing its index and generation as separate varints. - Hide `ReplicationId`, `ReplicationInfo` and related methods from `ReplicationRules` from public API. - Rename `ReplicationRules::replication_id` into `ReplicationRules::replication_marker_id`.