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:
Vedant Madane 2026-02-10 16:13:48 +05:30
parent 0fde4cf465
commit 0fcdb02ad6

View file

@ -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`