diff --git a/docs/release_notes/0.10.html b/docs/release_notes/0.10.html index 30052d61..75f28422 100644 --- a/docs/release_notes/0.10.html +++ b/docs/release_notes/0.10.html @@ -123,7 +123,7 @@

Rex

my @routes = route; print Dumper( \@routes ); diff --git a/docs/release_notes/0.56.0.html b/docs/release_notes/0.56.0.html index 7b92c8ba..aec3cd2d 100644 --- a/docs/release_notes/0.56.0.html +++ b/docs/release_notes/0.56.0.html @@ -128,7 +128,7 @@

New template engine with bet

The code is still in testing, so you can activate this new engine with a feature flag:

-
use Rex -feature => ['template_ng'];
+
use Rex -feature => ['template_ng'];

The template code is the same, so you can just use your old templates.