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

Side by Side Diff: CHANGELOG.md

Issue 774213002: Bugfix in ListProperty(), correctly handle list values of length 1 (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Added entry in CHANGELOG.md Created 6 years 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/db/annotations.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.1.3 1 ## 0.1.3
2 2
3 * Widen package:googleapis dependency constraint in pubspec.yaml. 3 * Widen package:googleapis dependency constraint in pubspec.yaml.
4 * Bugfix in `package:appengine/db.dart`: Correctly handle ListProperties
5 of length 1.
4 6
5 ## 0.1.2 7 ## 0.1.2
6 8
7 * Introduced `package:gcloud/service_scope.dart` library. 9 * Introduced `package:gcloud/service_scope.dart` library.
8 * Added global getters for getting gcloud services from the current service 10 * Added global getters for getting gcloud services from the current service
9 scope. 11 scope.
10 * Added an `package:gcloud/http.dart` library using service scopes. 12 * Added an `package:gcloud/http.dart` library using service scopes.
11 13
12 ## 0.1.1 14 ## 0.1.1
13 15
14 * Increased version constraint on googleapis{,_auth,_beta}. 16 * Increased version constraint on googleapis{,_auth,_beta}.
15 17
16 * Removed unused imports. 18 * Removed unused imports.
17 19
18 ## 0.1.0 20 ## 0.1.0
19 21
20 * First release. 22 * First release.
OLDNEW
« no previous file with comments | « no previous file | lib/src/db/annotations.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698