diff --git a/CHANGELOG.md b/CHANGELOG.md index b56c08c..61d168e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.1](https://github.com/olimorris/persisted.nvim/compare/v1.1.0...v1.1.1) (2024-09-03) + + +### Bug Fixes + +* [#146](https://github.com/olimorris/persisted.nvim/issues/146) better handling for empty tables ([c9c11ee](https://github.com/olimorris/persisted.nvim/commit/c9c11ee71feeecfa86bc7650eda4c4d0c5505f6d)) +* SessionDelete now uses native vim cmds ([#156](https://github.com/olimorris/persisted.nvim/issues/156)) ([6e9c992](https://github.com/olimorris/persisted.nvim/commit/6e9c992381765a57d29ca7dc0b912683216d59c4)) + ## [1.1.0](https://github.com/olimorris/persisted.nvim/compare/v1.0.0...v1.1.0) (2024-08-22)