From 1b5373c8f683f91f55afc1c1e25ece60c214d942 Mon Sep 17 00:00:00 2001 From: cowboycoded Date: Thu, 17 Feb 2011 10:00:46 -0500 Subject: [PATCH] added CHANGELOG --- CHANGELOG.rdoc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CHANGELOG.rdoc diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc new file mode 100644 index 0000000..52963f7 --- /dev/null +++ b/CHANGELOG.rdoc @@ -0,0 +1,6 @@ +== 0.2.5 (2011-02-17) +* New model method - @widget.unique_impression_count_ip - This gives you unique impression account filtered by IP (and in turn request_hash since they have same IPs) +* @widget.unique_impression_count now uses request_hash. This was incorrectly stated in the README, since it was using ip_address. The README is correct as a result of the method change. + +== 0.2.4 (2011-02-17) +* Fix issue #1 - action_name and controller_name were not being logged for impressionist method inside action \ No newline at end of file