Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lizconlan committed Nov 14, 2016
1 parent 8071052 commit d5cf036
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/CHANGES.md
Expand Up @@ -2,6 +2,11 @@

## Highlighted Features

* New statistics page that includes user stats to show top requesters and
annotators, and hidden requests. Includes a new event type of "hide" to
make tracking and reporting on hidden requests much simpler. Need to run
`rake temp:update_hide_event_type` to set up the data for this feature
(Henare Degan)
* Added task to export last 2 days of requests (`cleanup:spam_requests`)
(Gareth Rees)
* Added admin comments list page (Gareth Rees)
Expand Down Expand Up @@ -40,6 +45,8 @@
reindex Xapian. To make this quicker you can selectively reindex just the
model and new term by running
`bundle exec rake xapian:rebuild_index models="InfoRequestEvent" terms="X"`
* To update events to use the new 'hide' event type you need to run
`rake temp:update_hide_event_type`

### Changed Templates

Expand Down

0 comments on commit d5cf036

Please sign in to comment.