From 558ca25255903757383ce8f9a7bec6c1699709e3 Mon Sep 17 00:00:00 2001 From: Ed Freyfogle Date: Mon, 8 Jun 2026 23:39:04 +0200 Subject: [PATCH] v 2.04 --- Changes | 5 +++++ dist.ini | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 65a59d1..ad0732d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for perl module Text::Hogan +2.04 2026-06-08 + * replace eval in find_in_scope + * use HTML::Escape + * use YAML::XS instead of YAML + 2.03 2019-12-17 * Use Ref::Util, which will use Ref::Util::XS where available, thanks to Ed Freyfogle and opencagedata.com diff --git a/dist.ini b/dist.ini index 7ed504d..ae71e4c 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Text-Hogan -version = 2.03 +version = 2.04 abstract = Text::Hogan - A mustache templating engine statement-for-statement cloned from hogan.js author = Alex Balhatchet