diff options
author | adam <anton@adamansky.com> | 2012-11-29 14:08:36 +0700 |
---|---|---|
committer | adam <anton@adamansky.com> | 2012-11-29 14:08:36 +0700 |
commit | af3ed16e1c0bb69191a32957b9e1cf691e41c195 (patch) | |
tree | 4aa0132f705c42bcb4255b4d02cebc88960e1463 /Changelog | |
parent | 6726a258ed355d16797b296622e3cd8ff9e47854 (diff) | |
download | ejdb-af3ed16e1c0bb69191a32957b9e1cf691e41c195.tar.gz ejdb-af3ed16e1c0bb69191a32957b9e1cf691e41c195.tar.bz2 ejdb-af3ed16e1c0bb69191a32957b9e1cf691e41c195.zip |
v1.0.20 Fixed bug if `_id` used with `$nin` operator
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ 2012-11-29 Anton Adamansky. <adamansky@gmail.com> * More strict `_id` field checking on saving bsons - - Release 1.0.19 + * Fix bug if `_id` used with `$nin` operator + - Release 1.0.20 2012-11-28 Anton Adamansky. <adamansky@gmail.com> * The $begin query operation now works with tokens. Eg: {'name' : {'$begin' : ['token1', 'token2', ...]}} |