diff --git a/CHANGES.rst b/CHANGES.rst index b61bfb2..bd65d2d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,8 +7,10 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release. 0.22.0 (2014-01-04) ^^^^^^^^^^^^^^^^^^^ -- SQLAlchemy 0.9 support -- JSONType uses sqlalchemy.dialects.postgresql.JSON if available +- Added SQLAlchemy 0.9 support +- Made JSONType use sqlalchemy.dialects.postgresql.JSON if available +- Updated psycopg requirement to 2.5.1 +- Deprecated NumberRange classmethod constructors 0.21.0 (2013-11-11)