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

Unified Diff: CHANGELOG.md

Issue 832073002: Make withLocale use a zone (Closed) Base URL: https://github.com/dart-lang/intl.git@master
Patch Set: Mention that defaultLocale is superceded by withLocale 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 | README.md » ('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 36bb584c9a593452326642e58108c8c9e2e5b44b..708eeb24a26c4e7b0ae966ac84ac71bbf4141ca9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.12.0
+ * Make withLocale and defaultLocale use a zone, so async operations
+ inside withLocale also get the correct locale. Bumping the version
+ as this might be considered breaking, or at least
+ behavior-changing.
+
## 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 | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698