Changelog

This commit is contained in:
Joe Nelson
2015-12-07 16:55:45 -08:00
parent ca5078b4f8
commit 3bc1ad0133
+1
View File
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- 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
- Ensure db connections released on sigint - @begriffs
### Added
- Allow order by computed columns - @diogob