VER_MAJOR = 2 # The first three must match wxWidgets
VER_MINOR = 5
VER_RELEASE = 1
-VER_SUBREL = 3 # wxPython release num for x.y.z release of wxWidgets
+VER_SUBREL = 4 # wxPython release num for x.y.z release of wxWidgets
VER_FLAGS = "" # release flags, such as prerelease num, unicode, etc.
DESCRIPTION = "Cross platform GUI toolkit for Python"
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="generator" content="Docutils 0.3.1: http://docutils.sourceforge.net/" />
-<title>CHANGES.txt for wxPython</title>
+<title>Recent Changes for wxPython</title>
<link rel="stylesheet" href="default.css" type="text/css" />
</head>
<body>
-<div class="document" id="changes-txt-for-wxpython">
-<h1 class="title">CHANGES.txt for wxPython</h1>
+<div class="document" id="recent-changes-for-wxpython">
+<h1 class="title">Recent Changes for wxPython</h1>
<div class="section" id="id1">
-<h1><a name="id1">2.5.1.3</a></h1>
+<h1><a name="id1">2.5.1.4</a></h1>
<p>(See also the MigrationGuide.txt file for details about some of the
big changes that have happened in this release and how you should
adapt your code.)</p>
if it isn't already, has the potential to be better. So consider
migrating away from using activexwrapper as well. Please see the
MigrationGuide for more details on using the new module.</p>
+<p>Floats are allowed again as function parameters where ints are expected.</p>
</div>
<div class="section" id="id2">
<h1><a name="id2">2.4.2.4</a></h1>
-CHANGES.txt for wxPython
+Recent Changes for wxPython
=====================================================================
-2.5.1.3
+2.5.1.4
-------
(See also the MigrationGuide.txt file for details about some of the
.. _wxActiveX: http://members.optusnet.com.au/~blackpaw1/wxactivex.html
+Floats are allowed again as function parameters where ints are expected.
+
+
2.4.2.4