diff options
author | James Moger <james.moger@gmail.com> | 2012-09-18 08:22:50 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2012-09-18 08:22:50 -0400 |
commit | 86ccd88f1e06476c2f9c8f917a223c57399c18ba (patch) | |
tree | 31f21bd8a3bc8729c0c04c0ed9d4afb8debba9c5 /docs/05_releases.mkd | |
parent | 6d73bccdc39d9ee70fc744424778271a2509403e (diff) | |
download | iciql-86ccd88f1e06476c2f9c8f917a223c57399c18ba.tar.gz iciql-86ccd88f1e06476c2f9c8f917a223c57399c18ba.zip |
Fixed password bug in model generator tool (issue 7)
Diffstat (limited to 'docs/05_releases.mkd')
-rw-r--r-- | docs/05_releases.mkd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/05_releases.mkd b/docs/05_releases.mkd index c31a8b8..fcaea77 100644 --- a/docs/05_releases.mkd +++ b/docs/05_releases.mkd @@ -4,6 +4,10 @@ **%VERSION%** ([zip](http://code.google.com/p/iciql/downloads/detail?name=%ZIP%)|[jar](http://code.google.com/p/iciql/downloads/detail?name=%JAR%)) *released %BUILDDATE%*
+- Fixed password bug in model generator (issue 7)
+
+**1.1.0** *released 2012-08-20*
+
- All bulk operations (insert all, update all, delete all) now use JDBC savepoints to ensure atomicity of the transaction
**1.0.0** *released 2012-07-14*
|