diff options
author | James Moger <james.moger@gitblit.com> | 2017-01-30 16:38:24 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2017-01-30 16:46:03 -0500 |
commit | 0a8fd25fd85b28c804e4c81c90bd35fdb2e57a66 (patch) | |
tree | 44a0ba94fc3ae9199dd1feb44413b0b9947c3451 /CHANGELOG.md | |
parent | cf7ea9600595749065129d48fbdff6f781db87b3 (diff) | |
download | iciql-0a8fd25fd85b28c804e4c81c90bd35fdb2e57a66.tar.gz iciql-0a8fd25fd85b28c804e4c81c90bd35fdb2e57a66.zip |
Added bitwise AND and XOR DSL for where clauses
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 6bb1219..144da0a 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/). +### [Unreleased][unreleased] +#### Added +- Added bitwise AND and XOR DSL for where clauses + ### [2.1.1] - 2016-04-07 #### Added - Add explicit `where(String)` method to help with non-Java language interop |