Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Next Release
Breaking changes:

- Change addition of SELinux flags to volumes: SELinux flags are only added if
:py:attr:`~pytest_container.container.ContainerVolumeBase.flags` is ``None``.
:py:attr:`~pytest_container.volume.ContainerVolumeBase.flags` is ``None``.

Improvements and new features:

Expand Down Expand Up @@ -233,8 +233,8 @@ Improvements and new features:
and comparing versions.

- Container volumes and bind mounts can now be automatically created via the
:py:class:`~pytest_container.container.ContainerVolume` and
:py:class:`~pytest_container.container.BindMount` classes and adding them to
:py:class:`~pytest_container.volume.ContainerVolume` and
:py:class:`~pytest_container.volume.BindMount` classes and adding them to
the :py:attr:`~pytest_container.container.ContainerBase.volume_mounts`
attribute.

Expand Down
Loading