summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorharlowja <harlowja@virtualbox.rhel>2012-07-01 12:48:51 -0700
committerharlowja <harlowja@virtualbox.rhel>2012-07-01 12:48:51 -0700
commit8037b4723ad641701750f9b4c9b7d7216bf50838 (patch)
tree0c5a812c2a18711949c26b86a62ebfdb2b6eaf3e /ChangeLog
parentbae7dfccda6662a40091b92c8c85ec6c37c5268d (diff)
downloadvyos-cloud-init-8037b4723ad641701750f9b4c9b7d7216bf50838.tar.gz
vyos-cloud-init-8037b4723ad641701750f9b4c9b7d7216bf50838.zip
Adjust the changelog after adding 'hacking.py'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecac7888..c3f71b9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -188,6 +188,9 @@
enable checking of urls against a cache, if later a #include was encountered
it would continue checking against that cache, instead of refetching (which
would likely be the expected case)
+ - add a openstack/nova based pep8 extension utility ('hacking.py') that allows
+ for custom checks (along with the standard pep8 checks) to occur when running
+ 'make pep8' and its derivatives
0.6.4:
- support relative path in AuthorizedKeysFile (LP: #970071).
- make apt-get update run with --quiet (suitable for logging) (LP: #1012613)