diff options
author | James Moger <james.moger@gitblit.com> | 2016-04-07 14:31:16 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2016-04-07 14:31:16 -0400 |
commit | 4d6ad0e9c2f20369bf8766777f3d51f759c2df08 (patch) | |
tree | fdda2c797c719fc38e6905ba8ab08ad20e6386d5 /CHANGELOG.md | |
parent | 6c8336cbb19fd5ba18459dbabb434cf094ccf209 (diff) | |
download | iciql-4d6ad0e9c2f20369bf8766777f3d51f759c2df08.tar.gz iciql-4d6ad0e9c2f20369bf8766777f3d51f759c2df08.zip |
Fixes #24: Add where(String) method to improve interop
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce2d54..03aaca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +### [2.1.1] - 2016-04-07 +#### Added +- Add explicit `where(String)` method to help with non-Java language interop + ### [2.1.0] - 2016-04-06 #### Added - Add methods to select counts of a group by field (*SELECT field, COUNT(*) FROM table [WHERE conditions] GROUP BY field*) |