There are no functional changes. The only changes were to correct some variable names in the example code (they were cut and pasted from the test code which used different names) and to make the source zip file extract its contents into a sub-directory which is the more typical way of packaging that sort of thing.
3.0.8r2
========
All remaining functionality in the C API for SQLite 3.0.8 is now available.
Finished this documentation.
3.0.8r1
========
Initial release
.. _renaming:
Renaming --------
Early APSW exposed some method and attribute names not complying with Python naming conventions as documented in :pep:`8`. For example ``exceptionfor`` instead of ``exception_for``. This has now been corrected with the compliant names being documented and used in examples. The old names are still available maintaining :ref:`backwards compatibility <backcompat>`.