Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Oct 31, 2020
1 parent ddad104 commit 5d1f6a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,13 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
* Diesel's dsl now accept not nullable expressions in positions where nullable expressions
are expected, without needing to call `.nullable()` explicitly


* CLI flags of `only-tables` and `except-tables` are now interpreted as regular expressions.
Similary, `only_tabels` and `except_tables` in `diesel.toml` are treated as regular expressions.

* Now you can sort column fields by name with the `column-sorting` option.
It can be set to either `ordinal_position` (default) or `name`.
This ensures stable sorting even if columns are removed and re-added.

### Fixed

* Many types were incorrectly considered non-aggregate when they should not
Expand Down

0 comments on commit 5d1f6a3

Please sign in to comment.