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

Unified Diff: CHANGELOG.md

Issue 832073002: Make withLocale use a zone (Closed) Base URL: https://github.com/dart-lang/intl.git@master
Patch Set: Update CHANGELOG and pubspec to bump version Created 5 years, 12 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/intl.dart » ('j') | lib/intl.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36bb584c9a593452326642e58108c8c9e2e5b44b..f545b00a563cd068671e0e7879d6f9df93ee0b41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.11.13
+ * Make withLocale and defaultLocale use a zone, so async operations
+ inside withLocale also get the correct locale.
Siggi Cherem (dart-lang) 2015/01/02 20:36:48 should this be considered a breaking change? Or ma
Alan Knight 2015/01/02 20:50:12 I think it was kind of broken before, but made the
+
## 0.11.12
* Number formatting now accepts "int-like" inputs that don't have to
conform to the num interface. In particular, you can now pass an Int64
« no previous file with comments | « no previous file | lib/intl.dart » ('j') | lib/intl.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698