CHANGELOG entry for CssClassSet

BUG=

Review URL: https://codereview.chromium.org//1096223002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45310 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
sra@google.com 2015-04-21 05:09:53 +00:00
parent f1ab388015
commit b840a38c69

View file

@ -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`.