Skip to content

Commit d27e981

Browse files
committed
Clarity release notes
1 parent 0a06471 commit d27e981

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

NEWS.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
## v0.15.0
44

5-
* When a query is used in a scalar context, such as an `IN` expression,
6-
make it return the first column only (see #75).
5+
* **Breaking change:** when a query is used in a scalar context, such as
6+
an `IN` expression, make it return the first column only (see #75).
7+
Previously, such query would `SELECT NULL` unless the query ends with
8+
an explicit `Select()`.
79

810

911
## v0.14.3

0 commit comments

Comments
 (0)