Skip to content

Commit 43d808a

Browse files
committed
bump version to 2.0.0
1 parent c8db886 commit 43d808a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 2.0.0
4+
### Changed
5+
* `Entity` typeclass now use `FN` instead of `Text`. This provides an
6+
ability to define dot-separated table names like
7+
`schemaname.tablename`. This changes breaks backward compatibility,
8+
so major version is bumped to 2.
9+
10+
* TH code changed according to changes in `Entity` typeclass.
11+
312
## 1.4.0
413
### Changed
514
* `eoDeriveClasse` renamed to `eoDeriveClasses`

0 commit comments

Comments
 (0)