Add changelog entry for target dir lookup

This commit is contained in:
Robin Krahl 2021-06-14 17:31:18 +02:00
parent 04432813bd
commit 0c3cae34e8
No known key found for this signature in database
GPG Key ID: 8E9B0870524F69D8

View File

@ -8,6 +8,8 @@ SPDX-License-Identifier: MIT
# Unreleased
- Prepare supporting multiple parser backends.
- Read the `$CARGO_TARGET_DIR` and `$CARGO_BUILD_TARGET_DIR` environment
variables to determine the Cargo target directory.
## v0.4.2 (2021-06-06)