]> git.jsancho.org Git - datasette-pytables.git/blobdiff - RELEASE_NOTES.md
Post 1.1.0 release actions done
[datasette-pytables.git] / RELEASE_NOTES.md
index 95f23a8a93d292dc35f330d25ad1dd3085e13e06..19e9be0731c2918d39b161e0811b3c09367b2830 100644 (file)
@@ -1,11 +1,25 @@
 # Release notes for datasette-pytables
 
 
-## Changes from 1.0.2 to 1.0.3
+## Changes from 1.1.0 to 1.1.1-dev
 
   #XXX version-specific blurb XXX#
 
 
+## 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.