From 702ac436dc1b1c4c4d64ce9971d670a1df4308a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Tue, 1 Nov 2016 16:19:10 -0400 Subject: [PATCH] drop duplicated section from CHANGELOG This 2.1.2 section from the changelog was duplicated. 78a02555e5577162a02c1 was coming from extra 2.1.2 information but the section was already here since 94a0d2afb4b7b74bb. --- CHANGELOG.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9eab9e05e..428b0d78f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.