We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8db886 commit 43d808aCopy full SHA for 43d808a
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# CHANGELOG
2
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
12
## 1.4.0
13
### Changed
14
* `eoDeriveClasse` renamed to `eoDeriveClasses`
0 commit comments