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

Unified Diff: CHANGELOG.md

Issue 1096223002: CHANGELOG entry for CssClassSet (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | no next file » | 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 2d2585a7a1f6d7dddd7aad11e2a83f6a780078c4..d9b4b3b9272f83664727d934833d4d7dca33d04c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,13 @@
[r45153](https://code.google.com/p/dart/source/detail?r=45153),
[r45189](https://code.google.com/p/dart/source/detail?r=45189)
+* dart:html: CssClassSet method arguments must now be 'tokens', i.e. non-empty
+ strings with no white-space characters. The implementation was incorrect for
+ class names containing spaces. The fix is to forbid spaces and provide a
+ faster implementation.
+ [r44898](https://code.google.com/p/dart/source/detail?r=44898),
+ [r45307](https://code.google.com/p/dart/source/detail?r=45307)
+
## 1.9.3 (2015-04-14)
This is a bug fix release which merges a number of commits from `bleeding_edge`.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698