Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: CHANGELOG.md

Issue 885223002: Bugfix for broken protobuf decoding in case of Uint8List views with non-zero offsets (Closed) Base URL: https://github.com/dart-lang/dart-protobuf.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/src/protobuf/coded_buffer_reader.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | lib/src/protobuf/coded_buffer_reader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698