diff --git a/CHANGES.md b/CHANGES.md index 8c19a31..e6d10eb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,10 @@ -## 0.9.4 (in progress) +## 0.9.4 * `#sql/inline nil` should produce `NULL`. Fix #221. (@seancorfield) * `#sql/inline :kw` should produce `"kw"`. Fix #224 via PR #225. (@vincent-dm) Note: this introduces a new protocol, `Inlinable`, which controls inline value rendering, and changes the behavior of `#sql/inline :foo/bar` to produce just `"bar"` (where it was probably invalid SQL before). -* Alias expressions `[:col :alias]` are now checked to have exactly two elements. Fix #226. -* Allow `where` and `merge-where` to be given no predicates. Fix #228 and PR #230. +* Alias expressions `[:col :alias]` are now checked to have exactly two elements. Fix #226. (@seancorfield) +* Allow `where` and `merge-where` to be given no predicates. Fix #228 and PR #230. (@seancorfield, @arichiardi) +* `as` alias is no longer split during quoting. Fix #221 and PR #231. (@gws) ## 0.9.3