summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-11-18 09:40:57 -0600
committerScott Moser <smoser@ubuntu.com>2014-11-18 09:40:57 -0600
commit3efc7142a6ca72bfb40e63c49ed64e2e04837c51 (patch)
treee102e25b4ac7e8c3551b5113214b12c44cd9ded6 /ChangeLog
parent9eed0fef5030e2e66f4bc1e549783638087786f4 (diff)
downloadvyos-cloud-init-3efc7142a6ca72bfb40e63c49ed64e2e04837c51.tar.gz
vyos-cloud-init-3efc7142a6ca72bfb40e63c49ed64e2e04837c51.zip
retain trailing newline from template files when using jinja2
sources.list was where this showed itself, but all rendered files would have their newline stripped. LP: #1355343
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cac0f04..1debc923 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
- expose uses_systemd as a distro function (fix rhel7)
- fix broken 'output' config (LP: #1387340)
- begin adding cloud config module docs to config modules (LP: #1383510)
+ - retain trailing eol from template files (sources.list) when
+ rendered with jinja (LP: #1355343)
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)