diff options
-rw-r--r-- | xdocs/changes.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/xdocs/changes.xml b/xdocs/changes.xml new file mode 100644 index 0000000..fa29d5d --- /dev/null +++ b/xdocs/changes.xml @@ -0,0 +1,24 @@ +<document> + <properties> + <title>Release notes</title> + <author email="tmccune@healthmarketscience.com">Tim McCune</author> + </properties> + <body> + <release version="1.1" date="2005-8-12"> + <action dev="tmccune" type="update"> + JDK 1.5 upgrades + </action> + <action dev="tmccune" type="update"> + Applied Mitchell Friedman's patch for support of additional JDBC data types. + </action> + <action dev="tmccune" type="update"> + Added support for deleted rows. + </action> + </release> + <release version="1.0" date="2005-4-7"> + <action dev="tmccune" type="add"> + Initial release + </action> + </release> + </body> +</document> |