diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f1c419c5b..c028d4f541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ -# Version 2.32.0 +# Version 2.34.0 +*2019-09-30* + +* Identification difficulty flags now always raised for benefit of verifiers, + even if recorder competent with that species. However, the notification is + only sent if the recorder has insufficient track record for that species. + (https://github.com/BiologicalRecordsCentre/iRecord/issues/657). +* Removed inadvertant required flag on person title field in edit form. +* Tweaks to UKBMS summary builder calculation optimisations. + +# Version 2.33.0 *2019-09-30* +* Higher geography Elasticsearch download fixed. +* Fix taxon search ordering of results + (https://github.com/BiologicalRecordsCentre/iRecord/issues/669). +* Fixes relating to Elasticsearch scroll mode (pagination) not applying column + settings. + +# Version 2.32.0 +*2019-09-03* + * Support for loading dynamic attributes for multiple occurrences in one go (required for species checklist). See https://github.com/BiologicalRecordsCentre/iRecord/issues/637. * Fixes a bug in the Swift mailer class loader which was being too eager on some setups, causing file not found errors. diff --git a/README.md b/README.md index 6e74366920..f83068d650 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ available at https://indicia-docs.readthedocs.io/en/latest/index.html. Details of the installation procedure are at http://indicia-docs.readthedocs.org/en/latest/administrating/warehouse/warehouse-installation.html. -The latest stable download of the warehouse code is available at https://github.com/Indicia-Team/warehouse/releases/tag/v2.28.0. +The latest stable download of the warehouse code is available at https://github.com/Indicia-Team/warehouse/releases/tag/v2.34.0. Details of the upgrade procedure are at http://indicia-docs.readthedocs.org/en/latest/administrating/warehouse/warehouse-upgrading.html.