From 9ed3dce6b0517b51d03bb10e7edc1d6b1c719e97 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Mon, 17 Sep 2012 11:14:03 -0400 Subject: [PATCH] forgot changelog --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdc108b..78d1225 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ To run benchmarks, run this command in goquery's source directory: ## Changelog -* **v0.1** : Initial release. See [TODOs](#a1) for a list of upcoming features. +* **v0.1.0** : Initial release. See [TODOs](#a1) for a list of upcoming features. +* **v0.1.1** : Add benchmarks to use as baseline for refactorings, refactor Next...() and Prev...() methods to use the new html package's linked list features (Next/PrevSibling, FirstChild). Good performance boost (40+% in some cases). ## API