All user visible changes to this project will be documented in this file. This project adheres to Semantic Versioning, as described for Rust libraries in RFC #1105
-
Added contributor documentation for running tests locally to README.
-
Fixed typographical errors in CHANGELOG and README.
-
Added documentation for using diesel.toml with this crate.
-
Added support for PostgreSQL Circle type.
-
Added support for serde for all geometry types. To use it, add
features = ["serde"]
. -
Added support for
diesel 1.3.?
-
Added changelog, code of conduct, GitHub issue template.
-
Improved library level documentation.
- Added repository link to Cargo.toml.