Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lqc committed Oct 18, 2024
1 parent e3afa55 commit 35dd906
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Breaking changes:
- Change addition of SELinux flags to volumes: SELinux flags are only added if
:py:attr:`~pytest_container.container.ContainerVolumeBase.flags` is ``None``.

- Package does not depend on ``pytest-testinfra`` by default anymore. If you
want to use the :py:attr:`~pytest_container.container.ContainerData.connection``,
you have to add the ``[testinfra]`` extra to your ``pytest-containers`` dependency.

Improvements and new features:

- Add the function
Expand All @@ -29,6 +33,8 @@ Documentation:

Internal changes:

- The test suite now runs on OS X.


0.4.2 (10 April 2024)
---------------------
Expand Down

0 comments on commit 35dd906

Please sign in to comment.