======================
Release: 2018-12-04
* Support static linking of MariaDB Connector/C (265)
* Better converter for Decimal and Float (267, 268, 273, 286)
* Add ``Connection._get_native_connection`` for XTA project (269)
* Fix SEGV on MariaDB Connector/C when some methods of ``Connection``
objects are called after ``Connection.close()`` is called. (270, 272, 276)
See https://jira.mariadb.org/browse/CONC-289
* Fix ``Connection.client_flag`` (266)
* Fix SSCursor may raise same exception twice (282)
* This removed ``Cursor._last_executed`` which was duplicate of ``Cursor._executed``.
Both members are private. So this type of changes are not documented in changelog
generally. But Django used the private member for ``last_executed_query`` implementation.
If you use the method the method directly or indirectly, this version will break
your application. See https://code.djangoproject.com/ticket/30013
* ``waiter`` option is now deprecated. (285)
* Fixed SSL support is not detected when built with MySQL < 5.1 (291)
======================