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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## Unreleased (3.0.0)
4
+
5
+
<!-- TODO: We are using a different heading for this section to avoid merge conflicts
6
+
as the changelog is updated for minor releases. Prior to merging the PR stack for 3.0,
7
+
we should rename this section to "Unreleased" -->
8
+
9
+
### Breaking Changes
10
+
11
+
- Removed the `upload-proguard` subcommand's `--app-id`, `--version`, and `--version-code` arguments ([#2876](https://github.com/getsentry/sentry-cli/pull/2876)). Users using these arguments should stop using them, as they are unnecessary. The information passed to these arguments is no longer visible in Sentry.
12
+
3
13
## Unreleased
4
14
5
15
### Improvements
@@ -513,7 +523,7 @@ We made several refactors and added several tests in this release. These changes
513
523
514
524
<details>
515
525
<summary><h3>Changes to tests</h3></summary>
516
-
526
+
517
527
- ref(test): Broaden `with_header_matcher` types (#2261) by @szokeasaurusrex
518
528
- ref(test): Accept `impl Into<Matcher>` for `with_matcher` (#2260) by @szokeasaurusrex
519
529
- ref(test): Align `with_reponse_body` parameter to `mockito` (#2259) by @szokeasaurusrex
0 commit comments