Merge pull request #403 from ruslantalpa/master

Detect relations event when authenticator does not have rights to intermediate tables
This commit is contained in:
Joe Nelson
2015-12-07 15:06:21 -08:00
2 changed files with 49 additions and 17 deletions
+1
View File
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Miscalculation of time used for expiring tokens - @calebmer
- Remove bcrypt dependency to fix Windows build - @begriffs
- Detect relations event when authenticator does not have rights to intermediate tables - @ruslantalpa
### Added
- Allow order by computed columns - @diogob