From 934f48eada052f6a96e12eb5409217e1cd0bff9e Mon Sep 17 00:00:00 2001 From: Marc Johnson Date: Tue, 6 Oct 2020 15:58:22 +0100 Subject: [PATCH] Update news to reflect 12.1.0 release CIRCSTORE-242 --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.md b/NEWS.md index 128717a64..bc414945d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +## 12.1.0 2020-10-06 + +* Introduces `aged to lost date` property on loans (CIRCSTORE-231) +* Added a variety of database indexes for loans and requests (CIRCSTORE-215, CIRCSTORE-219, CIRCSTORE-223, CIRCSTORE-228, CIRCSTORE-230) +* Requires JDK 11 (CIRCSTORE-235) +* Upgraded to RAML Module Builder 31.0.2 (CIRCSTORE-220, CIRCSTORE-232, CIRCSTORE-237) + ## 12.0.0 2020-06-10 * Renames `itemEffectiveLocationAtCheckOut` to `itemEffectiveLocationIdAtCheckOut` in loan record (CIRCSTORE-208)