Skip to content

Commit ddf4436

Browse files
authored
Merge pull request diesel-rs#1954 from kaj/ilike-in-changelog
Mention ilike in changelog.
2 parents 94bd429 + 4eb9d4a commit ddf4436

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
3636
example, if one of the fields has the type `Cow<'a, str>`). To define an
3737
association to such a type, write `#[belongs_to(parent = "User<'_>")]`
3838

39+
* `Nullable<Text>` now supports `ilike` expression on in PostgreSQL.
40+
3941
### Changed
4042

4143
* Diesel's derives now require that `extern crate diesel;` be at your crate root

0 commit comments

Comments
 (0)