diff options
-rw-r--r-- | xdocs/changes.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 3c88e3e..34a09af 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -4,6 +4,14 @@ <author email="tmccune@healthmarketscience.com">Tim McCune</author> </properties> <body> + <release version="1.1.3" date="2006-2-16"> + <action dev="jahlborn" type="fix"> + Fix parsing of NUMERIC type. + </action> + <action dev="tmccune" type="fix"> + Applied Jon Iles' patch to allow large table definitions to be read. + </action> + </release> <release version="1.1.2" date="2005-8-26"> <action dev="tmccune" type="fix" issue="1273712"> Fixed bug where writing null values into fixed-width columns was failing. |