From 86a5bea170d17fbfd9fd830e5555f72b688117f0 Mon Sep 17 00:00:00 2001 From: Roman Seidelsohn Date: Sun, 16 Apr 2023 13:09:33 +0200 Subject: [PATCH] docs: Add latest change info to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8207380..00c855a 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,10 @@ You could see something like this: ## Changes (see a more detailed and always up-to-date list [here](https://github.com/RSeidelsohn/license-checker-rseidelsohn/releases)) +### Version 4.2.2 + +Fix a bug that produced incorrect relative license file paths when using `--relativeLicensePath` together with `--files` and `--out`. + ### Version 4.2.1 Refactor many more parts of the still old code, extracting more functionality into separate functions and files and providing more descriptive argument, variable and function names.