Skip to content

Commit 193ccf2

Browse files
docs: update CHANGELOG [automated]
1 parent eb2bdb0 commit 193ccf2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
- \[Code Quality\] Add debug log to silent `except httpx.HTTPError: pass` in `get_all_existing_rules()` root fetch [\#589](https://github.com/abhimehro/ctrld-sync/issues/589)
5050
- \[Code Quality\] Replace `except ValueError: pass` with `contextlib.suppress` in `_retry_request` 429 handler [\#588](https://github.com/abhimehro/ctrld-sync/issues/588)
5151
- \[Code Quality\] Deduplicate hint messages between main.\_STATUS\_HINTS and api\_client.\_4XX\_HINTS [\#584](https://github.com/abhimehro/ctrld-sync/issues/584)
52+
- \[Code Quality\] Document undocumented CLI flags \(--no-delete, --plan-json, --clear-cache\) in README [\#582](https://github.com/abhimehro/ctrld-sync/issues/582)
5253
- \[Code Quality\] Document `fix_env.py` public interface: add docstring to `fix_env()` and `__all__` [\#573](https://github.com/abhimehro/ctrld-sync/issues/573)
5354
- \[repo-status\] Daily Repo Status — March 5, 2026 🚀 [\#571](https://github.com/abhimehro/ctrld-sync/issues/571)
5455
- \[Code Quality\] Replace `try/except pass` with `contextlib.suppress` in `_parse_rate_limit_headers` [\#570](https://github.com/abhimehro/ctrld-sync/issues/570)
@@ -199,6 +200,7 @@
199200

200201
**Merged pull requests:**
201202

203+
- docs: document --no-delete, --plan-json, --clear-cache CLI flags in README [\#618](https://github.com/abhimehro/ctrld-sync/pull/618) ([Copilot](https://github.com/apps/copilot-swe-agent))
202204
- ⚡ Optimize array validation using all\(\) [\#617](https://github.com/abhimehro/ctrld-sync/pull/617) ([abhimehro](https://github.com/abhimehro))
203205
- 🎨 Palette: Add actionable hints to empty CLI inputs [\#616](https://github.com/abhimehro/ctrld-sync/pull/616) ([abhimehro](https://github.com/abhimehro))
204206
- test: cover `_retry_request` empty-range RuntimeError guard [\#615](https://github.com/abhimehro/ctrld-sync/pull/615) ([Copilot](https://github.com/apps/copilot-swe-agent))

0 commit comments

Comments
 (0)