Skip to content

Commit f113bdd

Browse files
committed
Changelog: Mention schema inference doc comments
[ci skip]
1 parent 030b623 commit f113bdd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
3434

3535
* Added a way to rename columns in the table macro with `#[sql_name="the_column_name"]`
3636

37+
* `infer_schema!` and the `diesel print-schema` CLI command now include
38+
documentation comments for tables and columns.
39+
3740
### Changed
3841

3942
* The deprecated `debug_sql!` and `print_sql!` functions will now generate

0 commit comments

Comments
 (0)