]> git.jsancho.org Git - datasette-pytables.git/blobdiff - RELEASE_NOTES.md
Getting ready for 1.1.0 final
[datasette-pytables.git] / RELEASE_NOTES.md
index ccce7793e83bd9b43a67254bc864df4054bc8fb3..1c7e243cce02047a09e94e0bd3554a17d49dce7e 100644 (file)
@@ -1,12 +1,21 @@
 # Release notes for datasette-pytables
 
 
-## Changes from 1.0.1 to 1.0.2
+## Changes from 1.0.3 to 1.1.0
 
-  #XXX version-specific blurb XXX#
+* Communication with Datasette using datasette-connectors.
 
+* Fix compatibility problems with sqlite standard queries.
 
-## Initial version 1.0.1
+* 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.