Skip to content

Commit

Permalink
Merge pull request jmoiron#461 from glaslos/patch-2
Browse files Browse the repository at this point in the history
Added note on minimum Go version required
  • Loading branch information
jmoiron authored Oct 16, 2018
2 parents 0dae4fe + 411b4b4 commit 2bf7a4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ explains how to use `database/sql` along with sqlx.

## Recent Changes

* The [introduction](https://github.com/jmoiron/sqlx/pull/387) of `sql.ColumnType` sets the required minimum Go version to 1.8.

* sqlx/types.JsonText has been renamed to JSONText to follow Go naming conventions.

This breaks backwards compatibility, but it's in a way that is trivially fixable
Expand Down

0 comments on commit 2bf7a4f

Please sign in to comment.