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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/src/protobuf/pb_list.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 c1d564df93eae2dea4181f6941acf5b8819c2d3f..0ab91dd2407bd771bf7f12f8cbb8abbd9250a4fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.3.5+3
+ * Bugfix for `setRange()`: Do not assume Iterable has a `sublist()` method.
+
## 0.3.5+2
* Simplify some types used in is checks and correct PbList to match the
* signature of the List setRange method.
« 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