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

Side by Side Diff: CHANGELOG.md

Issue 1024553002: Fix analyzer warning / bug: Iterable was treated as if it has sublist() (Closed) Base URL: https://github.com/dart-lang/dart-protobuf.git@master
Patch Set: Added test for Iterable with less elements than `end-start` Created 5 years, 9 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/pb_list.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+3
2 * Bugfix for `setRange()`: Do not assume Iterable has a `sublist()` method.
3
1 ## 0.3.5+2 4 ## 0.3.5+2
2 * Simplify some types used in is checks and correct PbList to match the 5 * Simplify some types used in is checks and correct PbList to match the
3 * signature of the List setRange method. 6 * signature of the List setRange method.
4 7
5 ## 0.3.5+1 8 ## 0.3.5+1
6 9
7 * Bugfix for incorrect decoding of protobuf messages: Uint8List views with 10 * Bugfix for incorrect decoding of protobuf messages: Uint8List views with
8 non-zero offsets were handled incorrectly. 11 non-zero offsets were handled incorrectly.
9 12
10 ## 0.3.5 13 ## 0.3.5
11 14
12 * Allow constants as field initial values as well as creation thunks to reduce 15 * Allow constants as field initial values as well as creation thunks to reduce
13 generated code size. 16 generated code size.
14 17
15 * Improve the performance of reading a protobuf buffer. 18 * Improve the performance of reading a protobuf buffer.
16 19
17 * Fixed truncation error in least significant bits with large Int64 constants. 20 * Fixed truncation error in least significant bits with large Int64 constants.
OLDNEW
« no previous file with comments | « no previous file | lib/src/protobuf/pb_list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698