From 4ec3bc92559322e3cbd1200deaa076c7314ec976 Mon Sep 17 00:00:00 2001 From: Pegase745 Date: Tue, 13 Aug 2013 18:07:38 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4f777d..9502f93 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ sqlalchemy-datatables [![Build Status](https://travis-ci.org/Pegase745/sqlalchem ===================== ## Usage -The package is available on [PyPI] (https://pypi.python.org/pypi/sqlalchemy-datatables/0.1.0) +The package is available on [PyPI] (https://pypi.python.org/pypi/sqlalchemy-datatables/0.1.2) > pip install sqlalchemy-datatables @@ -107,6 +107,19 @@ $ $venv/bin/pserve development.ini Open a web browser and got to the url localhost:6543 ``` +## Changelog + +#### v0.1.2 (13/08/2013)#### +- Fixing errors due to relationships (filtering, sorting) +- Setting filter default value to str, avoiding JSON serializable type errors + +#### v0.1.1 (12/08/2013)#### +- Fixing viewing column relationships + +#### v0.1.0 (12/08/2013)#### +- First version + + ## License Copyright (c) 2013 Michel Nemnom