Skip to content

Commit 0fd2a43

Browse files
committed
docs(CHANGES): Note updates on argparse
1 parent 1bd0574 commit 0fd2a43

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

CHANGES

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
1919

2020
- _Add your latest changes from PRs here_
2121

22+
**Maintenance release, no features or fixes**
23+
24+
### Internal
25+
26+
- Move from click to :mod:{argparse}
27+
28+
Click was more difficult to control and workwith, ironically.
29+
30+
### Packaging
31+
32+
- Drop click dependency (#400)
33+
2234
## vcspull v1.14.0 (2022-10-01)
2335

2436
**Maintenance release, no features or fixes**
@@ -230,7 +242,7 @@ Patch branch: [`v1.12.x`](https://github.com/vcs-python/vcspull/tree/v1.12.x)
230242

231243
### Fix
232244

233-
- Tab-completion for repository names and configurations
245+
- Tab-completion for repository names and configurations (retracted in v1.15)
234246

235247
## vcspull 1.11.1 (2022-03-12)
236248

@@ -272,7 +284,7 @@ Patch branch: [`v1.12.x`](https://github.com/vcs-python/vcspull/tree/v1.12.x)
272284

273285
### Improvements
274286

275-
- Experimental completion, see {ref}`completion`:
287+
- Experimental completion (retracted in v1.15):
276288

277289
- Completion for sync:
278290

@@ -281,7 +293,7 @@ Patch branch: [`v1.12.x`](https://github.com/vcs-python/vcspull/tree/v1.12.x)
281293

282294
### Documentation
283295

284-
- Added {ref}`completion`:
296+
- Added completion:
285297

286298
## vcspull 1.9.0 (2022-02-26)
287299

0 commit comments

Comments
 (0)