iiegn commited on
Commit
a435bb8
·
1 Parent(s): d9b92ea

docs: add changelog entry for v2.2.0

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +13 -0
CHANGELOG.md CHANGED
@@ -5,6 +5,19 @@ All notable changes to the Universal Dependencies HuggingFace dataset loader wil
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ## [2.1.1] - 2026-02-19
9
 
10
  ### Changed
 
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
8
+ ## [2.2.0] - 2026-03-15
9
+
10
+ ### Added
11
+
12
+ - **Parquet stale-artifact guard controls**
13
+ - Added `--check-extra` and `--prune-extra` support in `tools/04_generate_parquet.py` to detect or remove extra parquet files/directories before generation.
14
+ - Pinned `ud-hf-parquet-tools` to `v1.2.3`, which adds generator-side extra-artifact check/prune behavior.
15
+
16
+ ### Changed
17
+
18
+ - **Release workflow documentation**
19
+ - Updated `ADDING_NEW_UD_VERSION.md` and `tools/README.md` to recommend `--prune-extra --check-extra` for release runs and branch refresh loops.
20
+
21
  ## [2.1.1] - 2026-02-19
22
 
23
  ### Changed