packages feed

persistable-record-0.5.0.2: ChangeLog.md

<!-- -*- Markdown -*- -->

## 0.5.0.2

- add tested-with 8.2.1.

## 0.5.0.1

- Use Haskell implementation test instead of flag test in .cabal

## 0.5.0.0

- Add generic instances of FromSql, ToSql and PersistableWidth.

## 0.4.1.1

- Tested with GHC 8.0.2
- Add a small test set.

## 0.4.1.0

- Export columnName of NameConfig.

## 0.4.0.3

- Drop an unreferenced definition.

## 0.4.0.2

- Add tested-with.

## 0.4.0.1

- Apply th-data-compat.

## 0.4.0.0

- Divide PersistableValue interface to FromSql and ToSql.

## 0.3.0.0

- Add symbol name configurations of templates.

## 0.2.0.0

- TH quotation of derive class names.