From 7b31f5a26ac88e87930d7e11a820c02d70afbb99 Mon Sep 17 00:00:00 2001 From: Maxim Zhiltsov Date: Wed, 26 Feb 2025 14:26:30 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 946bac4020..35c7e70c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 () - Detection for Cityscapes format () -- Maximum recursion `--depth` parameter for `detect-dataset` CLI command +- Maximum recursion `--depth` parameter for `detect` CLI command () - An option to save a single subset in the `download` command () @@ -113,6 +113,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 () - Failing `resize` transform for RLE masks () +- Invalid handling of Mac OS special dirs in format detection + () ### Security - TBD