Skip to content

Commit a8ae02e

Browse files
committed
more fixes
1 parent eb88423 commit a8ae02e

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

docs/changelog.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Our integration capabilities just got a major upgrade with **Microsoft Teams** a
8484
### Security and SAST Remediation Improvements
8585

8686
- Enabling comprehensive security analysis directly from context within GitHub Checks.
87-
- CodeRabbit now seamlessly integrates with top SAST tools that create github check annotation comments like Codacy, SonarCloud, Code Climate, GitHub Advanced Security, Palo Alto Prisma Cloud, and more!
87+
- CodeRabbit now seamlessly integrates with top SAST tools that create github check annotation comments such as: Codacy, SonarCloud, Code Climate, GitHub Advanced Security, Palo Alto Prisma Cloud, and more!
8888
- We have added a [YouTube Tutorial](https://www.youtube.com/watch?v=tfy3FdsoUtU) for a step-by-step guide on using CodeRabbit with Codacy and SonarCloud during pull requests.
8989
- Improved the [Semgrep Documentation](https://docs.coderabbit.ai/tools/semgrep).
9090
- CodeRabbit now automatically detects Semgrep rulesets from default `semgrep.yml` or `semgrep.config.yml` files, eliminating the need for manual configuration.
@@ -122,9 +122,9 @@ These updates are here to help you get more from the dashboard. Take a look toda
122122

123123
## July 31, 2024
124124

125-
### Promote members to admin
125+
### Grant Admin Privileges to Members
126126

127-
You can now promote members in your organization to admins within CodeRabbit. Admins will be able to manage the subscription and the seats for that organization.
127+
You can now grant admin privileges to members of your organization in CodeRabbit. Admins will have the ability to manage subscriptions and seat allocations for the organization.
128128

129129
---
130130

@@ -134,7 +134,7 @@ You can now promote members in your organization to admins within CodeRabbit. Ad
134134

135135
#### Learnings Page
136136

137-
We're thrilled to announce the new **Learnings** page! Users can now interact with learnings captured in PR comments, enhancing future reviews. Log into CodeRabbit to see the page, where you can filter learnings by Repository, File Path, and User. You can also edit or delete learnings that are no longer relevant to your project.
137+
We're thrilled to announce the new **Learnings** page! Users can now interact with learnings captured in PR comments, enhancing future reviews. Log into CodeRabbit and navigate to the Learnings tab, where you can filter learnings by Repository, File Path, and User. You can also edit or delete learnings that are no longer relevant to your project.
138138

139139
#### Reports (Beta) Page
140140

@@ -149,7 +149,7 @@ Generate recurring summaries of team performance and latest PR reviews with feat
149149

150150
#### Sequence Diagrams Configuration
151151

152-
You can now choose whether to auto-generate sequence diagrams in PR Walkthroughs. Configure this via the CodeRabbit settings page or by setting reviews.sequence_diagrams in the .coderabbit.yaml file.
152+
You can now choose whether to auto-generate sequence diagrams in the PR Walkthrough comment. Enable this via the CodeRabbit settings page or by setting reviews.sequence_diagrams in the .coderabbit.yaml file.
153153

154154
#### Enhanced Tool Settings & New Analysis Tools
155155

@@ -171,11 +171,11 @@ The GitLab integration now offers more flexibility and security. Users can use P
171171

172172
#### Sequence Diagrams
173173

174-
CodeRabbit now generates sequence diagrams of code changes, enhancing reviewers' ability to understand the flow of control.
174+
CodeRabbit now generates sequence diagrams for code changes, providing reviewers with a clear visualization of the control flow for improved understanding.
175175

176176
#### Auto-Generate PR Titles
177177

178-
Users will now find a new option called auto_title_placeholder and will default to `@coderabbitai` title. This option allows users to put a placeholder title and have CodeRabbit auto-generate one for them when the review process kicks in.
178+
A new option, `auto_title_placeholder`, is now available and defaults to `@coderabbitai` title. This feature allows users to set a placeholder title, enabling CodeRabbit to automatically generate an appropriate title when the review process begins.
179179

180180
#### New Commands
181181

@@ -197,11 +197,17 @@ We have been observing that many PRs get closed quickly and CodeRabbit continues
197197

198198
#### Review Settings
199199

200-
Users can now select between "Chill" and "Assertive" review tones to tailor feedback styles according to their preferences. The "Assertive" profile posts more comments and nitpicks the code more aggressively, while the "Chill" profile is more relaxed and posts fewer comments.
200+
Users can now select between **Chill** and **Assertive** review tones to tailor feedback styles according to their preferences. The **Assertive** profile posts more comments and nitpicks the code more aggressively, while the **Chill** profile is more relaxed and posts fewer comments.
201201

202202
#### More Static Analysis Support
203203

204-
We are continually expanding our support for static analysis tools. We have added support for biome, hadolint, and ast-grep. Update the settings in your .coderabbit.yaml file or head over to the settings page to enable or disable the tools you want to use.
204+
We are continually expanding our support for static analysis tools. We've recently added support for
205+
206+
- biome
207+
- hadolint
208+
- ast-grep.
209+
210+
Update your .coderabbit.yaml file or visit the settings page to enable or disable the tools you wish to use.
205211

206212
#### Tone Settings
207213

0 commit comments

Comments
 (0)