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
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,38 @@
2
2
3
3
---
4
4
5
+
## [11.2.0] - 2025-12-12
6
+
7
+
### ✨ Added
8
+
9
+
**Automatic Regression Test Generation**
10
+
11
+
When bugs are discovered during debugging or implementation, regression tests are now automatically generated to capture the bug and prevent recurrence.
12
+
13
+
-**regression-test-generator skill**: New skill for creating framework-specific regression tests
0 commit comments