summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-11-12 22:18:21 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-11-12 22:18:21 -0800
commit76005c391a5e59e794db42a9f9a4d46fec679854 (patch)
treedfc05dc8407e24b1adda86384e259d62beae9389 /ChangeLog
parentc8c2ff830f917a7ddecab21eeecb99a20c2e9805 (diff)
downloadvyos-cloud-init-76005c391a5e59e794db42a9f9a4d46fec679854.tar.gz
vyos-cloud-init-76005c391a5e59e794db42a9f9a4d46fec679854.zip
Update the changelog with functions moved.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13b5a8ed..20b81aa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,6 +50,10 @@
- /etc/hostname
- resolv.conf
- /etc/hosts
+ - Moved duplicated functionality into the root level distro class including:
+  - apply_hostname
+  - set_hostname
+  - *various shared configuration file names/paths*
0.7.0:
- add a 'exception_cb' argument to 'wait_for_url'. If provided, this
method will be called back with the exception received and the message.