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

Side by Side 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, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/protobuf/coded_buffer_reader.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.3.5+1
2
3 * Bugfix for incorrect decoding of protobuf messages: Uint8List views with
4 non-zero offsets were handled incorrectly.
5
1 ## 0.3.5 6 ## 0.3.5
2 7
3 * Allow constants as field initial values as well as creation thunks to reduce 8 * Allow constants as field initial values as well as creation thunks to reduce
4 generated code size. 9 generated code size.
5 10
6 * Improve the performance of reading a protobuf buffer. 11 * Improve the performance of reading a protobuf buffer.
7 12
8 * Fixed truncation error in least significant bits with large Int64 constants. 13 * Fixed truncation error in least significant bits with large Int64 constants.
OLDNEW
« 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