Fixed inheritance and unique index creation (#140)

This commit is contained in:
Ross Lawley
2013-01-22 15:16:58 +00:00
parent 344dc64df8
commit 692f00864d
5 changed files with 65 additions and 46 deletions

View File

@@ -29,6 +29,7 @@ Changes in 0.8.X
- Querysets now return clones and are no longer edit in place (#56)
- Added support for $maxDistance (#179)
- Uses getlasterror to test created on updated saves (#163)
- Fixed inheritance and unique index creation (#140)
Changes in 0.7.9
================