Reformat last changelog entry

Just remove a trailing whitespace and wrap text to 80 characters.
This commit is contained in:
2025-11-06 13:25:26 +01:00
parent 069a435546
commit 4dd75494ef

View File

@@ -2,11 +2,15 @@
Wed Nov 5 18:21:24 UTC 2025 - Marius Grossu <marius.grossu@suse.com> Wed Nov 5 18:21:24 UTC 2025 - Marius Grossu <marius.grossu@suse.com>
- Update to 1.8.0: - Update to 1.8.0:
* New lazy_shared_datadir fixture, which brings the same lazy functionality as lazy_datadir for the shared directory. * New lazy_shared_datadir fixture, which brings the same lazy
* Fix LazyDataDir.joinpath typing to also support Path objects as the right-hand side parameter. functionality as lazy_datadir for the shared directory.
* py.typed was added to the distribution, enabling users to use LazyDataDir in type annotations * Fix LazyDataDir.joinpath typing to also support Path objects as
* Fixed bug using lazy_datadir to copy a file using a sub-directory the right-hand side parameter.
* New lazy_datadir fixture that lazily copies files when accessed via joinpath or / operator * py.typed was added to the distribution, enabling users to use
LazyDataDir in type annotations
* Fixed bug using lazy_datadir to copy a file using a sub-directory
* New lazy_datadir fixture that lazily copies files when accessed
via joinpath or / operator
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 5 02:56:06 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> Mon May 5 02:56:06 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>