Skip to content

Commit

Permalink
More minor changelog edits [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrif committed Feb 5, 2016
1 parent bed5308 commit 5f214ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All user visible changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/), as described
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)

## [0.5.0] 2016-02-05
## Unreleased

### Added

Expand Down Expand Up @@ -66,7 +66,7 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
* Replaced `Connection#find(source, id)` with
`source.find(id).first(&connection)`.

* The `debug_sql!` macro now uses `\`` for identifier quoting, and `?` for bind
* The `debug_sql!` macro now uses \` for identifier quoting, and `?` for bind
parameters, which is closer to a "generic" backend. The previous behavior had
no identifier quoting, and used PG specific bind params.

Expand Down

0 comments on commit 5f214ef

Please sign in to comment.