From 19a97c2059709f0572f9aa934ee9fb125a5a24a7 Mon Sep 17 00:00:00 2001 From: Luke Baker Date: Mon, 31 Mar 2014 10:53:17 -0400 Subject: [PATCH] update changelog with v3.0.3 and v3.1.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d40d711..df29ca56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## Pairwise 3.1.0 (Mar 20, 2014) ## + * handle votes or skips that happen after an expired session + * don't allow votes / skips on appearances if their session ids don't match + +## Pairwise 3.0.3 (Feb 07, 2014) ## + * use ActiveRecord quoting for table, column names + * add appearance id to votes and nonvote csv + * update cache hit/miss counters to use utc + * optimize objects_by_session_id + * disable catchup on surveys with more than 999 active choices + ## Pairwise 3.0.2 (Jun 11, 2013) ## * Optimize voting API call * Upgrade to Rails 2.3.16