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

Unified 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, 4 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
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 543237600744e025f7da47aeceb03525bec407cf..bc370d82a80713e2c0e5203feedbcb2b2c726bbc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 0.7.3
+
+* Switch tests to use [test][] instead of [unittest][].
+
+[test]: https://pub.dartlang.org/packages/test
+[unittest]: https://pub.dartlang.org/packages/unittest
+
## 0.7.2
* Allow resolving links that contain inline syntax (#42).

Powered by Google App Engine
This is Rietveld 408576698