mirror of
https://github.com/beetbox/beets.git
synced 2026-03-31 18:54:30 +02:00
docs: Add changelog entry for database permission error fix
Add entry to changelog documenting improved error message when database directory is not writable. The fix provides clearer guidance to users when SQLite fails to open the database due to permission issues. Closes #1676 Addresses review feedback requesting changelog update. # Conflicts: # docs/changelog.rst
This commit is contained in:
parent
0fde4cf465
commit
0fcdb02ad6
1 changed files with 4 additions and 0 deletions
|
|
@ -160,6 +160,10 @@ New features
|
|||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
- Improved error message when database directory is not writable. When SQLite
|
||||
fails to open the database with 'unable to open' error, beets now provides a
|
||||
helpful message suggesting the user check directory permissions. Also fixed
|
||||
typo in error message ('cannot not' to 'could not'). :bug:`1676`
|
||||
- :doc:`/plugins/lastgenre`: Canonicalize genres when ``force`` and
|
||||
``keep_existing`` are ``on``, yet no genre info on lastfm could be found.
|
||||
:bug:`6303`
|
||||
|
|
|
|||
Loading…
Reference in a new issue