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

Side by Side Diff: CHANGELOG.md

Issue 1320533004: Switch from unittest to test. (Closed) Base URL: https://github.com/dart-lang/markdown.git@master
Patch Set: Created 5 years, 3 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
OLDNEW
1 ## 0.7.3
2
3 * Switch tests to use [test][] instead of [unittest][].
4
5 [test]: https://pub.dartlang.org/packages/test
6 [unittest]: https://pub.dartlang.org/packages/unittest
7
1 ## 0.7.2 8 ## 0.7.2
2 9
3 * Allow resolving links that contain inline syntax (#42). 10 * Allow resolving links that contain inline syntax (#42).
4 11
5 ## 0.7.1+3 12 ## 0.7.1+3
6 13
7 * Updated homepage. 14 * Updated homepage.
8 15
9 ## 0.7.1+2 16 ## 0.7.1+2
10 17
11 * Formatted code. 18 * Formatted code.
12 19
13 * Updated readme. 20 * Updated readme.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698