From 8df8d157df64409b89fde5edd5f92f8dd51fee01 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Fri, 24 Jul 2020 20:31:53 +0000 Subject: [PATCH] release v1.26.0 --- ci/release_notes.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 ci/release_notes.md diff --git a/ci/release_notes.md b/ci/release_notes.md deleted file mode 100644 index b476d985..00000000 --- a/ci/release_notes.md +++ /dev/null @@ -1,19 +0,0 @@ -# New Features - -- The `(( load ))` operator now supports loading files based off of references in the YAML - datastructure. For example: - -``` -file: loadme.yml - -data: (( load file )) -``` - -# Bug Fixes - -- The `(( load ))` operator correctly handles absolute file paths now. Previously, it - would detect absolute file paths as URLs and fail to retreive them. - -# Acknowledgements - -Thanks @dennisjbell for the bug fix/feature!