From 5b8c3d681cc4c3f3f65025796d229ba716ace555 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Sun, 29 Dec 2024 10:35:28 +0100 Subject: [PATCH] Documentation: Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed4ed586..e7739fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - `TODOTXT_DEFAULT_ACTION` now also allows action parameters ([#159], [#407]) +### Fixed +- `make install` installed the Bash completion in the wrong directory ([#452]) +- `make uninstall` fails ([#451]) + ## [2.13.0] - 2024-12-25 ### Added @@ -541,3 +545,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [#359]: https://github.com/todotxt/todo.txt-cli/pull/359 [#386]: https://github.com/todotxt/todo.txt-cli/pull/386 [#407]: https://github.com/todotxt/todo.txt-cli/pull/407 +[#451]: https://github.com/todotxt/todo.txt-cli/pull/451 +[#452]: https://github.com/todotxt/todo.txt-cli/pull/452