summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-05-01 05:49:28 -0400
committerScott Moser <smoser@ubuntu.com>2015-05-01 05:49:28 -0400
commit6d7ac1c317776b7266ffd8ffaa6610ca6918a7d0 (patch)
treefc5b33ee26f3763de22e469abb4de5eb58c2c237 /ChangeLog
parente232b4ce895be7c96a90bc92774248531ee0e6be (diff)
parente4399a07a798ea83156f300116d33e39f6b6c19f (diff)
downloadvyos-cloud-init-6d7ac1c317776b7266ffd8ffaa6610ca6918a7d0.tar.gz
vyos-cloud-init-6d7ac1c317776b7266ffd8ffaa6610ca6918a7d0.zip
Fix exception when running with no arguments on Python 3
LP: #1424277
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae9926a9..ff5f2aac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,7 @@
- sysvinit: make cloud-init-local run before network (LP: #1275098)
[Surojit Pathak]
- Azure: do not re-set hostname if user has changed it (LP: #1375252)
+ - Fix exception when running with no arguments on Python 3. [Daniel Watkins]
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)