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: docs/changelog.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,19 @@ We're excited to announce that two new static analysis tools are now supported o
15
15
16
16
-[Checkmake](https://github.com/mrtazz/checkmake) is a linter for Makefiles that helps ensure your build scripts follow best practices and maintain consistency.
17
17
18
+
## June 10, 2025
19
+
20
+
### Unit Test Generation, Early Access
21
+
22
+
We're excited to announce our new unit test generation feature, for early access! CodeRabbit can now automatically generate unit tests for your code changes.
23
+
24
+
Key capabilities:
25
+
-**Intelligent Test Generation**: Automatically creates unit tests that cover edge cases, error scenarios, and core functionality
26
+
-**Context-Aware**: Generates tests that understand your existing codebase patterns and testing conventions
27
+
-**One-Click Integration**: Simply comment `@coderabbitai auto-generate unit tests` on any pull request or specific file, or click on the checkbox available in the walkthrough comment for Early Access customers.
28
+
29
+
The generated tests can be easily customized to fit your specific requirements.
30
+
18
31
## June 5, 2025
19
32
20
33
### Enhanced Static Analysis: Dotenv Linter and Pylint Support
0 commit comments