Add ErrorCode export note to Changelog

This commit is contained in:
John Gallagher 2017-02-06 19:59:49 -05:00
parent 98da52ce8f
commit 6428676e53

View File

@ -1,3 +1,7 @@
# Version UPCOMING (TBD)
* Re-export the `ErrorCode` enum from `libsqlite3-sys`.
# Version 0.9.5 (2017-01-26)
* Add impls of `Clone`, `Debug`, and `PartialEq` to `ToSqlOutput`.