Skip to content

Commit adb244e

Browse files
committed
docs: Update CHANGELOG
1 parent 02e0d2a commit adb244e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [Unreleased]
44

55
### Added
6+
67
- `prune` command to delete old closed tickets
78
- `--days=N` to set age threshold (default: 7 days)
89
- `--all` to prune regardless of age
@@ -11,13 +12,8 @@
1112
- Dependency protection: closed tickets referenced by open/in-progress tickets are never pruned
1213

1314
### Fixed
14-
- Recursive dependency protection in `prune` command (was only direct)
15-
- BSD sed compatibility in `update_yaml_field` (was GNU-only)
16-
- O(N^2) performance in `prune` dependency lookup by using awk associative arrays
1715

18-
### Changed
19-
- `prune` command now prefixes dry-run output with `[DRY-RUN]` for clarity
20-
- `prune` command now considers `done` status as eligible for pruning
16+
- BSD sed compatibility in `update_yaml_field` (was GNU-only)
2117
- `update_yaml_field` now uses more robust first-line substitution for new fields
2218

2319
## [0.2.3] - 2026-01-14

0 commit comments

Comments
 (0)