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

Side by Side Diff: pkg/third_party/html5lib/CHANGELOG.md

Issue 226643002: add CHANGELOG entry in html5lib before releasing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # changelog 1 # changelog
2 2
3 This file contains highlights of what changes on each version of the html5lib 3 This file contains highlights of what changes on each version of the html5lib
4 package. 4 package.
5 5
6 #### Pub version 0.10.0
7 * fix how document fragments are added in NodeList.add/addAll/insertAll.
8
6 #### Pub version 0.9.2-dev 9 #### Pub version 0.9.2-dev
7 * add Node.text, Node.append, Document.documentElement 10 * add Node.text, Node.append, Document.documentElement
8 * add Text.data, deprecate Node.value and Text.value. 11 * add Text.data, deprecate Node.value and Text.value.
9 * deprecate Node.$dom_nodeType 12 * deprecate Node.$dom_nodeType
10 * added querySelector/querySelectorAll, deprecated query/queryAll. 13 * added querySelector/querySelectorAll, deprecated query/queryAll.
11 This matches the current APIs in dart:html. 14 This matches the current APIs in dart:html.
OLDNEW
« 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