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

Unified Diff: CHANGELOG.md

Issue 878603009: Tighten up a couple method signatures to specify that int is required. (Closed) Base URL: git@github.com:dart-lang/intl.git@master
Patch Set: Created 5 years, 11 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/intl/date_format_helpers.dart » ('j') | lib/src/intl/number_format.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 30acb8500caf739c181278f9338d42063f131b9a..1636f1fb9cf7e557f7a51a31bc2ae21c574db13e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.12.0+2
+ * No user impacting changes. Tighten up a couple method signatures to specify
+ that int is required.
+
## 0.12.0+1
* Fixes bug with printing a percent or permille format with no fraction
part and a number with no integer part. For example, print 0.12 with a
« no previous file with comments | « no previous file | lib/src/intl/date_format_helpers.dart » ('j') | lib/src/intl/number_format.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698