diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..7cbf992fa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.5.0](https://github.com/nvim-orgmode/orgmode/compare/0.4.1...v0.5.0) (2025-02-01) + + +### Features + +* Add support for footnotes ([#874](https://github.com/nvim-orgmode/orgmode/issues/874)) ([4f62b7f](https://github.com/nvim-orgmode/orgmode/commit/4f62b7f7227aabb99e271e07c5a18e86c51cfd10)) + + +### Bug Fixes + +* **archive:** Set correct archive category on archived headline ([63d2cbb](https://github.com/nvim-orgmode/orgmode/commit/63d2cbbf90cbcc1c94b853caef0801751f9230e9)), closes [#882](https://github.com/nvim-orgmode/orgmode/issues/882) +* **refile:** remove unnecessary escaping for refile autocompletion ([d56c691](https://github.com/nvim-orgmode/orgmode/commit/d56c691bd2f73ed37e3a40f0737e27319ef0c64a)), closes [#877](https://github.com/nvim-orgmode/orgmode/issues/877) +* remove double ts parsing ([b587545](https://github.com/nvim-orgmode/orgmode/commit/b5875459c9c9adc11a2fc1fd25db484a5c03fea4))