Commit 23eec8a 1 parent 4929aee commit 23eec8a Copy full SHA for 23eec8a
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
- Unreleased
4
+ v5.2.0
5
5
----------
6
- * The ``IndexMeta `` class has been removed. Now ``type(Index) == type ``.
7
- * JSON serialization support (``Model.to_json `` and ``Model.from_json ``) has been added.
6
+ * The ``IndexMeta `` class has been removed. Now ``type(Index) == type `` (#998)
7
+ * JSON serialization support (``Model.to_json `` and ``Model.from_json ``) has been added (#857)
8
+ * Improved type annotations for expressions and transactions (#951, #991)
9
+ * Always use Model attribute definitions in create table schema (#996)
8
10
9
11
10
12
v5.1.0
Original file line number Diff line number Diff line change 7
7
"""
8
8
__author__ = 'Jharrod LaFon'
9
9
__license__ = 'MIT'
10
- __version__ = '5.1 .0'
10
+ __version__ = '5.2 .0'
You can’t perform that action at this time.
0 commit comments