diff options
author | harlowja <harlowja@virtualbox.rhel> | 2012-07-01 12:48:51 -0700 |
---|---|---|
committer | harlowja <harlowja@virtualbox.rhel> | 2012-07-01 12:48:51 -0700 |
commit | 8037b4723ad641701750f9b4c9b7d7216bf50838 (patch) | |
tree | 0c5a812c2a18711949c26b86a62ebfdb2b6eaf3e /ChangeLog | |
parent | bae7dfccda6662a40091b92c8c85ec6c37c5268d (diff) | |
download | vyos-cloud-init-8037b4723ad641701750f9b4c9b7d7216bf50838.tar.gz vyos-cloud-init-8037b4723ad641701750f9b4c9b7d7216bf50838.zip |
Adjust the changelog after adding 'hacking.py'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |