update: CHANGELOG on path type change

This commit is contained in:
qwjyh 2024-12-01 19:36:33 +09:00
parent 8b0dbb2314
commit dbc0d78f99

View file

@ -4,6 +4,7 @@
### Changed
- Colored output for `storage list` and `backup list` ([#15](https://github.com/qwjyh/xdbm/pull/15))
- **BREAKING** Relative path is changed from `PathBuf` to `Vector<String>` for portability. This means that existing config files need to be changed.
## [0.2.1] - 2024-06-19