diff --git a/CHANGES/1196.feature b/CHANGES/1196.feature deleted file mode 100644 index 6e18d6f92..000000000 --- a/CHANGES/1196.feature +++ /dev/null @@ -1 +0,0 @@ -Implement new feature to remount /var/lib/pulp with the SELinux context (label.) See the new variable `pulp_selinux_remount_data_dir`'s description in pulp_common's README for more info. diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 6646c0eb6..0f92ff7c7 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -13,6 +13,18 @@ Changelog +3.15.8-2 (2022-06-27) + +Features +-------- + +- Implement new feature to remount /var/lib/pulp with the SELinux context (label.) See the new variable `pulp_selinux_remount_data_dir`'s description in pulp_common's README for more info. + [#1196](https://pulp.plan.io/issues/1196) + + +---- + + 3.15.8-1 (2022-06-14) Bugfixes