Skip to content

Commit

Permalink
Add changelog entries for #561 and #577
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrif committed Feb 2, 2017
1 parent 7e69942 commit 4238ba6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/

## Unreleased

### Added

* Added support for the PostgreSQL [`json` and `jsonb` types][pg-json]. They can
be mapped to/from `serde_json::Value`. The `serde` feature must be enabled to
use the JSON types.

[pg-json]: https://www.postgresql.org/docs/9.6/static/datatype-json.html

* Added the `print-schema` command to Diesel CLI. This command will print the
output of the `infer_schema!` macro. For more information run `diesel help
print-schema`.

### Changed

* When possible, we will use deprecation warnings for breaking changes.
Expand Down

0 comments on commit 4238ba6

Please sign in to comment.