| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 210028d2c88a83f37c3b7131cfe3e6529d7cc0c3..9e46b66f575671223d6a0fd300e9c557c775ce82 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,3 +1,8 @@
|
| +## 0.3.5+1
|
| +
|
| + * Bugfix for incorrect decoding of protobuf messages: Uint8List views with
|
| + non-zero offsets were handled incorrectly.
|
| +
|
| ## 0.3.5
|
|
|
| * Allow constants as field initial values as well as creation thunks to reduce
|
| @@ -5,4 +10,4 @@
|
|
|
| * Improve the performance of reading a protobuf buffer.
|
|
|
| - * Fixed truncation error in least significant bits with large Int64 constants.
|
| + * Fixed truncation error in least significant bits with large Int64 constants.
|
|
|