From 74ed22685a4725b7037a04b3bc5bbdda99eb9099 Mon Sep 17 00:00:00 2001
From: Nick Sinopoli
Date: Mon, 11 Feb 2013 11:08:25 -0500
Subject: [PATCH] Update readme, changelog.
---
CHANGELOG.md | 15 +++++++++++++++
README.md | 2 +-
app/view/home/help.html | 18 +++++++++---------
3 files changed, 25 insertions(+), 10 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64ddc3f5..4238578a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## v2.1.1
+
+* Don't allow duplicate files if the parent folder is selected (GH-90)
+* Pad snapshot time with zero for better sorting (GH-87)
+* Only collect JSON when using XML configuration files (GH-84)
+* Show server error if AJAX request fails (GH-83)
+* Don't rewrite PHP_SELF (GH-80)
+* Use namespace when checking if tests are subclasses of PHPUnit_Framework_TestCase (GH-78)
+* Fix WAMP routing issues (GH-53)
+* Implement keyboard shortcuts (GH-67)
+* Fix output parsing to handle pretty-printed JSON (GH-65)
+* Fix display of statistics (GH-63)
+* Clarify directory selection key combination (GH-60)
+* Check if tests are subclasses of PHPUnit_Framework_TestCase (GH-59)
+
## v2.1
* Add ability to ignore hidden files (GH-57)
diff --git a/README.md b/README.md
index b9803abb..662b479a 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,7 @@ bin/vpu
## Version Information
-Current stable release is v2.1, last updated on August 19, 2012.
+Current stable release is v2.1.1, last updated on February 11, 2013.
## Contributing
diff --git a/app/view/home/help.html b/app/view/home/help.html
index 0940a36f..372eb701 100644
--- a/app/view/home/help.html
+++ b/app/view/home/help.html
@@ -54,17 +54,17 @@ About
The following tools were indispensable during development:
-
+
- Current stable release is v2.1, last updated on August 19, 2012.
+ Current stable release is v2.1.1, last updated on February 11, 2013.