You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# paranoia Changelog
2
2
3
+
## 2.6.0
4
+
5
+
*[#512](https://github.com/rubysherpas/paranoia/pull/512) Quote table names; Mysql 8 has keywords that might match table names which cause an exception.
6
+
*[#476](https://github.com/rubysherpas/paranoia/pull/476) Fix syntax error in documentation.
7
+
*[#485](https://github.com/rubysherpas/paranoia/pull/485) Rollback transaction if destroy aborted.
8
+
*[#522](https://github.com/rubysherpas/paranoia/pull/522) Add failing tests for association with abort on destroy.
9
+
*[#513](https://github.com/rubysherpas/paranoia/pull/513) Fix create callback called on destroy.
10
+
3
11
## 2.5.3
4
12
5
13
*[#532](https://github.com/rubysherpas/paranoia/pull/532) Fix: correct bug when sentinel_value is not a timestamp
0 commit comments