From a750577ff997ba3780efe25a02ac4ad49885b6ce Mon Sep 17 00:00:00 2001 From: lizconlan Date: Wed, 13 Jan 2016 14:46:06 +0000 Subject: [PATCH] Add release notes --- doc/CHANGES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/CHANGES.md b/doc/CHANGES.md index b03e0a7fec..ec1f6c465c 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,14 @@ +# Version 0.23.2.0 + +## Highlighted Features + +* Improve speed of the 'old unclassified' requests query by adding a cached + field to InfoRequest to keep track of when the last public response was made (Liz Conlan). + +## Upgrade Notes + +* There are a couple of database structure updates so remember to rake db:migrate + # Version 0.23.1.0 ## Highlighted Features