diff options
author | James Moger <james.moger@gmail.com> | 2011-12-06 12:45:11 -0500 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-12-06 12:45:11 -0500 |
commit | fe7a924f168f5738fead18a4b0dad8b0451a5973 (patch) | |
tree | af2f0f3303b6f6f329f5cfcd357b28d590799455 /docs | |
parent | 0b94e39b872246774fe2f3a0d507f7c134a9d6b4 (diff) | |
download | iciql-0.7.3.tar.gz iciql-0.7.3.zip |
Fixed join into custom type of primitivesv0.7.3
Diffstat (limited to 'docs')
-rw-r--r-- | docs/05_releases.mkd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/05_releases.mkd b/docs/05_releases.mkd index 6d6054c..abc8791 100644 --- a/docs/05_releases.mkd +++ b/docs/05_releases.mkd @@ -6,8 +6,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 joins on primitives
-- Fixed group by on primitives
+- api change release (API v8)
+- Fixed JOIN ON primitives
+- Fixed GROUP BY primitives
+- Fixed primitive references when selecting into a custom type with primitives
- Improved fluent/type-safety of joins
### Older Releases
|