From 7c5441c976348687f515b41b86575528c1f8057d Mon Sep 17 00:00:00 2001 From: Pazus Date: Wed, 14 Jun 2017 23:14:02 +0300 Subject: [PATCH] 3.0.1 release announcement --- _posts/2017-06-14-version3.0.1-released.md | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _posts/2017-06-14-version3.0.1-released.md diff --git a/_posts/2017-06-14-version3.0.1-released.md b/_posts/2017-06-14-version3.0.1-released.md new file mode 100644 index 0000000..568db16 --- /dev/null +++ b/_posts/2017-06-14-version3.0.1-released.md @@ -0,0 +1,23 @@ +--- +layout: post +title: "utPLSQL v3.0.1 - released" +date: 2017-06-14 23:05:00 +0000 +categories: version3 +--- + + +Issues solved in the release +------------------------------------ +- Suite/test description now support commas and inner closing brackets +- Failure message when comparing different datatypes was improved +- Users, packages and procedures with $ and # in the name are now supported +- Improved reporting on the line of the expectation failed in the test procedure +- Fixed but with multibyte character sets +- Fixed prompts for install of synonyms bug +- Fixed HTML Coverage reporting on schema + +Other changes +------------------------------------ +- Add MD5 checksum to releases +- Fix deployment to gh-pages branch on TAG bug +- Small issues in the documentation \ No newline at end of file