aboutsummaryrefslogtreecommitdiff
path: root/src/templating/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-23 14:27:23 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-23 14:27:23 +0100
commitc9bdd97a294cc273480f8324dbfcba8ce3c485d1 (patch)
tree8bffb0fde976264861133a8d273a9255e80e7019 /src/templating/CHANGELOG.md
parent78e568ea0cd3b1e9cf26852ed3a80e0283a7cc1f (diff)
downloadexchange-c9bdd97a294cc273480f8324dbfcba8ce3c485d1.tar.xz
update to mustach 1.2.7
Diffstat (limited to 'src/templating/CHANGELOG.md')
-rw-r--r--src/templating/CHANGELOG.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/templating/CHANGELOG.md b/src/templating/CHANGELOG.md
index 6024189ef..003652ebf 100644
--- a/src/templating/CHANGELOG.md
+++ b/src/templating/CHANGELOG.md
@@ -1,10 +1,19 @@
-next
-----
+1.2.7 (2024-03-21)
+------------------
+
+New:
+ - fallback to default when mustach_wrap_get_partial
+ returns MUSTACH_ERROR_PARTIAL_NOT_FOUND
+ - remove at compile time the load of files for templates
+ if MUSTACH_LOAD_TEMPLATE is defined as 0
+ - add compile time flag MUSTACH_SAFE for enforcing
+ safety behaviours
Fix:
- selection of subitem by index (#47)
- get latest iterated key when getting key name (#52)
- allow tests without valgrind
+ - avoid recursive template expansion (#55)
1.2.6 (2024-01-08)
------------------
@@ -20,6 +29,7 @@ Minor:
1.2.5 (2023-02-18)
------------------
+
Fix:
- Don't override CFLAGS in Makefile
- Use of $(INSTALL) in Makefile for setting options
@@ -29,6 +39,7 @@ Minor:
1.2.4 (2023-01-02)
------------------
+
Fix:
- Latent SIGSEGV using cJSON