Update CHANGELOG for #327

This commit is contained in:
Sean Corfield 2021-06-12 18:48:27 -07:00
parent 228eb9fb67
commit 21c59ff96d

View file

@ -2,6 +2,7 @@
* 2.0.next in progress
* Fix #328 by adding `:distinct` as special syntax, affecting an expression.
* Address #327 by changing "unknown clause" error to including mention of "nil values" (which are also illegal).
* Support PostgreSQL's `&&` array operator.
* Clarify how to `SELECT` a function expression (in **Getting Started**).