0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-05-24 14:54:48 +00:00
Files
go-sqlite3/CHANGELOG.md
Gert-Jan Timmer c90898da72 V2.0.0
Closes #597
Closes #598

* All documentation in Wiki
* Update Examples
* Fix EOL
* Fix CI
2018-07-20 16:02:42 +02:00

17 lines
354 B
Markdown

## Version 2.0.0 (2018-07-20)
Changes:
- Rewrite of package
- Documentation fixes
- Moved `crypt` encoders to subpackage
- Additional Tests
New Features:
- Golang:1.10 `sql/driver` support
- Crypt
`CryptEncoder` interface for implementing custom encoder
`CryptSaltedEncoder` interface for implementing custom encoder with a salt
- Wiki Pages