We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7aa41 commit 9192a6dCopy full SHA for 9192a6d
1 file changed
CHANGELOG.md
@@ -1,5 +1,24 @@
1
# Changelog for v3.x
2
3
+## v3.14.0-dev
4
+
5
+### Enhancements
6
7
+ * [migrations] Allow table modifiers, such as UNLOGGED tables
8
+ * [sandbox] Label the sandbox owner process
9
+ * [sql] Allow fragment tuple sources in adapters
10
11
+## v3.13.3 (2025-12-08)
12
13
14
15
+ * [sql] Tag generated functions as `:generated`
16
+ * [sql] Add `:wrap_in_transaction` option to explain
17
18
+### Bug fixes
19
20
+ * [mysql] Fix `structure_load/2` for MySQL 9.4+
21
22
## v3.13.2 (2025-06-24)
23
24
### Enhancements
0 commit comments