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
+5-5
Original file line number
Diff line number
Diff line change
@@ -237,15 +237,15 @@ Are there any specific tools you'd like us to add? Let us know. We'd love to hea
237
237
238
238
### GDPR Compliance
239
239
240
-
Excited to announce that CodeRabbit is now GDPRcompliant in accordance with EU regulations!
240
+
Excited to announce that CodeRabbit is now GDPR-compliant in accordance with EU regulations!
241
241
242
242
---
243
243
244
244
## March 12, 2024
245
245
246
246
### GitHub Check Fixes
247
247
248
-
CodeRabbit now offers fixes for GitHub Check failures on pull requests. With this change, Check Runs on GitHub that add Annotations to Pull Requests will be used. For example, popular GitHub Actions published by reviewdog (action-golangci-lint, action-staticcheck, action-eslint) and super-linter among many others have the ability to report issues on Pull Requests as annotations. Checks that output logs will be supported shortly. CodeRabbit GitHub App requires permission to read Checks for this feature to work. To enable this, please grant the necessary permissions by visiting the CodeRabbit GitHub app settings under [installation](https://github.com/settings/installations). Support for GitLab will follow.
248
+
CodeRabbit now offers fixes for GitHub Check failures on pull requests. With this change, Check Runs on GitHub that add Annotations to Pull Requests will be used. For example, popular GitHub Actions published by reviewdog (action-golangci-lint, action-staticcheck, action-eslint) and super-linter among many others can report issues on Pull Requests as annotations. Checks that output logs will be supported shortly. CodeRabbit GitHub App requires permission to read Checks for this feature to work. To enable this, please grant the necessary permissions by visiting the CodeRabbit GitHub app settings under [installation](https://github.com/settings/installations). Support for GitLab will follow.
249
249
250
250
---
251
251
@@ -294,7 +294,7 @@ Really excited to see how this feature gets used, especially with access to the
294
294
295
295
### Request Changes Workflow
296
296
297
-
Enable Request Changes review workflow for CodeRabbit reviews via .coderabbit.yaml Yaml field request_changes_workflow (default: false). When enabled, review comments are posted as request changes and CodeRabbit review will be marked approved once all the review comments are resolved.
297
+
Enable Request Changes review workflow for CodeRabbit reviews via .coderabbit.yaml under the field `request_changes_workflow` (default: false). When enabled, review comments are posted as request changes and CodeRabbit review will be marked approved once all the review comments are resolved.
298
298
299
299
---
300
300
@@ -304,7 +304,7 @@ Enable Request Changes review workflow for CodeRabbit reviews via .coderabbit.ya
304
304
305
305
#### Learnings
306
306
307
-
CodeRabbit can now learn from your conversations to fine-tune your reviews. If you encounter inaccurate feedback or something not relevant to your codebase, just let the bot know, and it will remember the context for the future. We understand that coding practices and standards evolve over time. Using the chat, you can inform the bot, and it will remove any existing learnings that are no longer relevant. This feature does not work if you have opted out of data storage.
307
+
CodeRabbit can now learn from your conversations to fine-tune your reviews. If you encounter inaccurate feedback or something not relevant to your codebase, just let the bot know, and it will remember the context for the future. We understand that coding practices and standards evolve. Using the chat, you can inform the bot, and it will remove any existing learnings that are no longer relevant. This feature does not work if you have opted out of data storage.
308
308
309
309
#### Codebase Verification
310
310
@@ -393,7 +393,7 @@ instructions: Review the following unit test code written using the Mocha test l
0 commit comments