Skip to content

Commit

Permalink
drop duplicated section from CHANGELOG
Browse files Browse the repository at this point in the history
This 2.1.2 section from the changelog was duplicated.

78a0255 was coming from extra 2.1.2 information but the section
was already here since 94a0d2a.
  • Loading branch information
goneri authored and bcoca committed Nov 2, 2016
1 parent 1ff92e2 commit 702ac43
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,20 +398,6 @@ Module fixes:

###Incompatible Changes:

* Use of `_fixup_perms` with `recursive=True` (the default) is no longer supported.
Custom action plugins using `_fixup_perms` will require changes unless they already use `recursive=False`.
Use `_fixup_perms2` if support for previous releases is not required.
Otherwise use `_fixup_perms` with `recursive=False`.

## 2.1.2 "The Song Remains the Same"

###Deprecations:

* Deprecated the use of `_fixup_perms`. Use `_fixup_perms2` instead.
This change only impacts custom action plugins using `_fixup_perms`.

###Incompatible Changes:

* Use of `_fixup_perms` with `recursive=True` (the default) is no longer supported.
Custom action plugins using `_fixup_perms` will require changes unless they already use `recursive=False`.
Use `_fixup_perms2` if support for previous releases is not required.
Expand Down

0 comments on commit 702ac43

Please sign in to comment.