Added a (long overdue) changelog

This commit is contained in:
Raoul Snyman 2017-03-08 22:36:03 -07:00
parent 3635cc3603
commit 808875b683
1 changed files with 8 additions and 0 deletions

8
CHANGELOG.rst Normal file
View File

@ -0,0 +1,8 @@
OpenLP 2.4.6
============
* Fixed a bug where the author type upgrade was being ignore because it was looking at the wrong table
* Fixed a bug where the songs_songbooks table was not being created because the if expression was the wrong way round
* Changed the songs_songbooks migration SQL slightly to take into account a bug that has (hopefully) been fixed
* Add another upgrade step to remove erroneous songs_songbooks entries due to the previous bug
* Added importing of author types to the OpenLP 2 song importer