==================================================================
User visible changes for python-stablesort
==================================================================

Changes in 2.3 (30 Jul 2003)
  * Bumped version to indicate that we now use the source code
    of the official Python 2.3 release.
  * Versions used: listobject.c CVS 2.156, listsort.txt CVS 1.6.

Changes in 1.2.2 (10 Jul 2003)
  * Versions used: listobject.c CVS 2.156, listsort.txt CVS 1.6.

Changes in 1.2.1 (29 Apr 2003)
  * Versions used: listobject.c CVS 2.150, listsort.txt CVS 1.6.

Changes in 1.2.0 (18 Jan 2003)
  * The internal immutable_list_type is finally gone - see
    the README for more information.
  * Versions used: listobject.c CVS 2.145, listsort.txt CVS 1.6.

Changes in 1.1.3 (08 Sep 2002)
  * Provide a precompiled win32 installer.
  * Versions used: listobject.c CVS 2.136, listsort.txt CVS 1.6.

Changes in 1.1.2 (22 Aug 2002)
  * Minor cleanups.
  * Versions used: listobject.c CVS 2.134, listsort.txt CVS 1.6.

Changes in 1.1.1 (14 Aug 2002)
  * Versions used: listobject.c CVS 2.134, listsort.txt CVS 1.6.

Changes in 1.1.0 (08 Aug 2002)
  * Added stablesort.install() - this installs the new sort algorithm
    globally for all list objects.
  * Versions used: listobject.c CVS 2.132, listsort.txt CVS 1.2.

Changes in 1.0.1 (06 Aug 2002)
  * Fixed PY_VERSION_HEX tests, fixed some possible build problems.
  * Versions used: listobject.c CVS 2.132, listsort.txt CVS 1.1.

Changes in 1.0.0 (06 Aug 2002)
  * Initial release - based on listobject.c version CVS 2.132.