X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=RELEASE_NOTES.md;h=bc0ce9083465bff34a2e037fc5e216df11526ac3;hp=2d99c6138123b03f08e6ed91b8b122e68cd55af3;hb=29e72871ce6657fd858dddb1689de8b64d7b6f54;hpb=9f4ef5d63af11715138a594a92dc082961b527a0 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2d99c61..bc0ce90 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,26 @@ # Release notes for datasette-pytables -## Changes from 1.0.0 to 1.0.1 +## Changes from 1.1.0 to 2.0.0 - #XXX version-specific blurb XXX# +* Communication with Datasette using datasette-connectors 2.0.0 -## Initial version 1.0.0 +## Changes from 1.0.3 to 1.1.0 + +* Communication with Datasette using datasette-connectors. + +* Fix compatibility problems with sqlite standard queries. + +* Fix some problems with fixtures when testing. + + +## Changes from 1.0.2 to 1.0.3 + +* Freeze specific versions for moz-sql-parser and mo-future + + +## Initial version 1.0.2 * Filters (e.g. `temp >= 3`) are working.