Skip to content
Closed
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
11 changes: 7 additions & 4 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Unreleased

## Summary

## Features

* #271: Added method `relative_to` to interface `PathLike`

## Bug Fixing
## Refactoring

* #262: Fixed a wrong type interpretation in `path.write`. The chunks are now passed as a Sequence, not Iterable.
* #260: Re-locked transitive dependencies urllib3, filelock, and Werkzeug and updated to exasol-toolbox 4.0.0
* #274: Re-locked `poetry.lock` to update vulnerable transitive dependencies

## Internal
## Bug Fixing

* #260: Re-locked transitive dependencies urllib3, filelock, and Werkzeug and update to exasol-toolbox 4.0.0
* #262: Fixed a wrong type interpretation in `path.write`. The chunks are now passed as a Sequence, not Iterable.
Loading