Skip to content

Commit

Permalink
changelog: Add 0.3.0 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
berfarah committed Aug 27, 2018
1 parent 1d2ccd4 commit 0fb3926
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## [Unreleased]

## [0.3.0] - 2018-08-27

### Changed

#### `sqlgen`

- Pointer scanners are no longer allowed to handle `nil`, are forcefully set to
`nil` instead.

### Removed

#### `fields`

- Removed `Scanner.Interface()`: this should never have been exposed and
wouldn't work the way you would expect it to. Instead, you can only copy to an
existing `reflect.Value`.


## [0.2.0] - 2018-08-23

### Added
Expand Down

0 comments on commit 0fb3926

Please sign in to comment.