diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c279dcd..5796cad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,12 @@ 0.2.0 - unreleased ================== +Note that bee files from version 0.2.0 won't open in BeeRef 0.1.x. + Added ----- -* You can now add plain text notes. Bee files from version 0.2.0 won't work with BeeRef 0.1.x. +* You can now add plain text notes Changed ------- diff --git a/tests/fileio/test_sql.py b/tests/fileio/test_sql.py index 0fcaa97..c8cbd88 100644 --- a/tests/fileio/test_sql.py +++ b/tests/fileio/test_sql.py @@ -111,6 +111,7 @@ def test_all_migrations(tmpfile): assert json.loads(result[2]) == {'filename': 'bee.png'} assert result[3] == b'bla' + def test_sqliteio_แบrite_meta_application_id(tmpfile): io = SQLiteIO(tmpfile, MagicMock(), create_new=True) io.write_meta()