From 2f544b4cf063d5f169a62b7eccf3a04354057205 Mon Sep 17 00:00:00 2001 From: Eric Bussieres Date: Fri, 15 Nov 2019 13:18:37 -0500 Subject: [PATCH] Prepare release --- docs/src/orchid/resources/changelog/v3_1_1.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/src/orchid/resources/changelog/v3_1_1.md b/docs/src/orchid/resources/changelog/v3_1_1.md index daee4f27c..680e50dcc 100644 --- a/docs/src/orchid/resources/changelog/v3_1_1.md +++ b/docs/src/orchid/resources/changelog/v3_1_1.md @@ -2,5 +2,9 @@ version: '3.1.1' --- -- **BREAKING CHANGES**: Use a list of unsafeMethods and rename allowGetClass to allowUnsafeMethods (#454) +- Use a list of unsafeMethods and rename allowGetClass to allowUnsafeMethods (#454) - PebbleTemplateAvailabilityProvider doesn't find template files from the classpath (#464) +- Added inline verbatim description to Verbatim tag documentation (#422) +- Fix issue of embed tag changing cached templates (#475) +- Fixes bug which allowed sequential String literals to be parsed correctly (#482) +- Update to spring boot 2.2 (486)