summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authoradam <adamansky@gmail.com>2013-08-11 23:36:26 +0700
committeradam <adamansky@gmail.com>2013-08-11 23:36:26 +0700
commita06edcd5a6b637304f71e7ad101afb29f53b7dfd (patch)
tree1a9e870e0ca5467515902b5eebf4f907b7111b63 /Changelog
parent45bfed4ec45b180d874c41e90d01fd02c7847ee9 (diff)
downloadejdb-a06edcd5a6b637304f71e7ad101afb29f53b7dfd.tar.gz
ejdb-a06edcd5a6b637304f71e7ad101afb29f53b7dfd.tar.bz2
ejdb-a06edcd5a6b637304f71e7ad101afb29f53b7dfd.zip
v1.1.18
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c3706ee..7197983 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+libtcejdb (1.1.18) testing; urgency=low
+
+ * Added support MongoDB $(projection) operator #15
+ * Fixed incorrect behavior of field inclusion in $fields #15
+ * Fixed wrong checking of $ in collection names #90
+
+ -- Anton Adamansky <adamansky@gmail.com> Sun, 11 Aug 2013 23:32:26 +0700
+
libtcejdb (1.1.17) testing; urgency=low
* Supports nested `$and` and `$or` clauses. #81