File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Contributors
2323* Nicolas Crocfer <ncrocfer@gmail.com>
2424* Denys Badzo <badzyo360@gmail.com>
2525* Pavol Vargovcik <pavol.vargovcik@gmail.com>
26+ * Mykyta Holubakha <hilobakho@gmail.com>
2627
2728
2829Special thanks to my wife Daisy and her outsourcing company `DecentFoX Studio `_,
Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ GINO 0.7
77
88This is also version 1.0 beta 3.
99
10+ 0.7.6 (2018-08-26)
11+ ^^^^^^^^^^^^^^^^^^
12+
13+ * Updated library support (Contributed by Tony Wang in #275 #309)
14+ * Added ``none_as_none() `` (#281 #282)
15+ * Added ``ARRAY `` alias in asyncpg dialect module (Contributed by Mykyta Holubakha in #289)
16+ * Added ``Model.lookup() `` to prevent updating whole table without primary key (#287 #288)
17+ * Added ``DB_ECHO `` in extension options (Contributed by Mykyta Holubakha in #298)
18+ * Fixed broken JSON/JSONB result processor since 0.5.8 (Contributed by Tony Wang in #291 #305)
19+ * Removed bad rollback after a failing commit (Contributed by Tony Wang in #302 #304)
20+ * Fixed to raise ``UninitializedError `` if bind is ``None `` (Contributed by Tony Wang in #307 #310)
21+
10220.7.5 (2018-07-26)
1123^^^^^^^^^^^^^^^^^^
1224
You can’t perform that action at this time.
0 commit comments