aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2017-01-30 16:38:24 -0500
committerJames Moger <james.moger@gitblit.com>2017-01-30 16:46:03 -0500
commit0a8fd25fd85b28c804e4c81c90bd35fdb2e57a66 (patch)
tree44a0ba94fc3ae9199dd1feb44413b0b9947c3451 /CHANGELOG.md
parentcf7ea9600595749065129d48fbdff6f781db87b3 (diff)
downloadiciql-0a8fd25fd85b28c804e4c81c90bd35fdb2e57a66.tar.gz
iciql-0a8fd25fd85b28c804e4c81c90bd35fdb2e57a66.zip
Added bitwise AND and XOR DSL for where clauses
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
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