diff --git a/CHANGELOG.md b/CHANGELOG.md index c40ba311b..093d2cb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 6.3.2 - ?? +## 6.3.2 - 2020-12-08 ### Features @@ -28,6 +28,8 @@ * Allow the export and import cycle of ratings using both CSV and RRE formats to include queries with no rated documents. Don't create a partial rating on import where we only have a doc id but no rating. https://github.com/o19s/quepid/pull/252 by @epugh fixes https://github.com/o19s/quepid/issues/244 by @LiuCao0614 +* Make it easier for scrapers and automated test tools to log into Quepid by adding some id and class tags to the login forms. https://github.com/o19s/quepid/pull/257 by @epugh. + ### Bugs * Discovered that the migrations from communal scorers being `@5` to `@10` didn't always run cleanly. Commits 94dd23990422901082d79b121c1ca86a76907dc3, 8317b543530cc387d5cb89b4942acea5da57ce23, and 19b046485db530162c213a593e5b2e9df8fbbf07 to deal with this.