cleaning up CHANGELOG with incorrect entries
This commit is contained in:
parent
4ca9fc7e6f
commit
03c6492726
1 changed files with 0 additions and 24 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -5,30 +5,6 @@ Ansible Changes By Release
|
||||||
|
|
||||||
Major Changes:
|
Major Changes:
|
||||||
|
|
||||||
* Add a clone parameter to git module that allows you to get information about a remote repo even if it doesn't exist locally.
|
|
||||||
* Safety changes: several modules have force parameters that defaulted to true.
|
|
||||||
These have been changed to default to false so as not to accidentally lose
|
|
||||||
work. Playbooks that depended on the former behaviour simply to add
|
|
||||||
force=True to the task that needs it. Affected modules:
|
|
||||||
|
|
||||||
* bzr: When local modifications exist in a checkout, the bzr module used to
|
|
||||||
default to temoving the modifications on any operation. Now the module
|
|
||||||
will not remove the modifications unless force=yes is specified.
|
|
||||||
Operations that depend on a clean working tree may fail unless force=yes is
|
|
||||||
added.
|
|
||||||
* git: When local modifications exist in a checkout, the git module will now
|
|
||||||
fail unless force is explictly specified. Specifying force will allow the
|
|
||||||
module to revert and overwrite local modifications to make git actions
|
|
||||||
succeed.
|
|
||||||
* hg: When local modifications exist in a checkout, the hg module used to
|
|
||||||
default to removing the modifications on any operation. Now the module
|
|
||||||
will not remove the modifications unless force=yes is specified.
|
|
||||||
* subversion: When updating a checkout with local modifications, you now need
|
|
||||||
to add force so the module will revert the modifications before updating.
|
|
||||||
|
|
||||||
* Optimize the plugin loader to cache available plugins much more efficiently.
|
|
||||||
For some use cases this can lead to dramatic improvements in startup time.
|
|
||||||
|
|
||||||
New Modules:
|
New Modules:
|
||||||
|
|
||||||
Other Notable Changes:
|
Other Notable Changes:
|
||||||
|
|
Loading…
Reference in a new issue