From 9d07aec123ca6d31240ec19e28ceab6c76edfc24 Mon Sep 17 00:00:00 2001 From: itdependsnetworks Date: Mon, 24 Jul 2023 11:01:15 -0400 Subject: [PATCH] Add regex info --- docs/admin/release_notes/version_1.5.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/admin/release_notes/version_1.5.md b/docs/admin/release_notes/version_1.5.md index dd3e1dc9..18c0317b 100755 --- a/docs/admin/release_notes/version_1.5.md +++ b/docs/admin/release_notes/version_1.5.md @@ -6,6 +6,7 @@ - Added function to allow conversion from Panos curly bracket to set format. - Updated Interface mappings for FourHundredGigabitEthernet and TwoGigabitEthernet. - Added Encryption/Decryption/Comparison for Cisco & Juniper Type 9. +- Added Regex functions to primarily be used wihin your Jinja2 environment. ## Announcements @@ -26,6 +27,7 @@ - [#262](https://github.com/networktocode/netutils/pull/262) Added Palo Alto brace to set conversion function. - [#264](https://github.com/networktocode/netutils/pull/264) Added Ruckus fastiron parser. - [#285](https://github.com/networktocode/netutils/pull/285) Added FourHundredGigabitEthernet to REVERSE_MAPPING. +- [#318](https://github.com/networktocode/netutils/pull/318) Added Regex functions to primarily be used wihin your Jinja2 environment. ### Changed