diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c58909ae..95f405da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.5.3](https://github.com/linrongbin16/fzfx.nvim/compare/v2.5.2...v2.5.3) (2023-11-10) + + +### Bug Fixes + +* **git_commits:** fix wrong current buffer checking ([#395](https://github.com/linrongbin16/fzfx.nvim/issues/395)) ([fc59c35](https://github.com/linrongbin16/fzfx.nvim/commit/fc59c3555d6d1d66413fc9b0309c48671286e95f)) +* **rg:** fix column missing error ([#393](https://github.com/linrongbin16/fzfx.nvim/issues/393)) ([623da80](https://github.com/linrongbin16/fzfx.nvim/commit/623da80c8b228ac826b31225cbe1e748fa6a1b30)) + ## [2.5.2](https://github.com/linrongbin16/fzfx.nvim/compare/v2.5.1...v2.5.2) (2023-11-10)