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

Unified Diff: pkg/intl/CHANGELOG.md

Issue 778293002: Make number formatting in Intl able to work with Int64 or other types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Increment version, update CHANGELOG 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/intl/lib/src/intl/number_format.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/CHANGELOG.md
diff --git a/pkg/intl/CHANGELOG.md b/pkg/intl/CHANGELOG.md
index 9dca66f616c8113469b43bcbdc9e2ac80722f9c5..36bb584c9a593452326642e58108c8c9e2e5b44b 100644
--- a/pkg/intl/CHANGELOG.md
+++ b/pkg/intl/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 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
+ from the fixnum package and format it. In addition, this no longer
+ multiplies the result, so it won't lose precision on a few additional
+ cases in JS.
+
## 0.11.11
* Add a -no-embedded-plurals flag to reject plurals and genders that
have either leading or trailing text around them. This follows the
« no previous file with comments | « no previous file | pkg/intl/lib/src/intl/number_format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698