From 984c738187b167d5ccd15263d45ac4ec0c3938dc Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Wed, 23 Jan 2013 12:30:22 -0500 Subject: Mess around with rating search Simplify the rating search and drop the ugly subquery; make it a straight query against the current user's ratings. --- docs/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/CHANGELOG') diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 0d957a65..79b36996 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,9 @@ -------------------------------------------------------------------------- v.3.6-FUTURE + - Changed rating semantics to distinguish between user ratings and the + global average and add the ability to search for unrated items + (< 1 star) - Updated Prototype to git HEAD (4ce0b0f) - Fixed bug that disclosed passwords for plugins to users that didn't have access to update the password (patch by Fred Thomsen) -- cgit