Also credit @seandougall in README (for providing a helpful example of the bug)

This commit is contained in:
Brian Hempel 2016-03-19 22:40:05 -05:00
parent 30c171b84f
commit 74b21c6ba1
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ This is a gem not a Rails pull request because the standard of code quality for
## Changelog
**1.1.1** - Mar 19, 2016
- Fix broken polymorphic associations and joins due to improper handling of bind values. Fix by [@efradelos](https://github.com/efradelos), reported by [@Machiaweliczny](https://github.com/Machiaweliczny).
- Fix broken polymorphic associations and joins due to improper handling of bind values. Fix by [@efradelos](https://github.com/efradelos), reported by [@Machiaweliczny](https://github.com/Machiaweliczny) and [@seandougall](https://github.com/seandougall).
- Quote table name aliases properly. Reported by [@odedniv](https://github.com/odedniv).
**1.1.0** - Mar 29, 2015 - Add UNION ALL support, courtesy of [@pic](https://github.com/pic).