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
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,16 @@
4
4
5
5
## 2.27.0
6
6
7
-
### Various fixes & improvements
8
-
7
+
### Improvements
8
+
- Prefer `--url` argument over empty auth token URL (#1914) by @szokeasaurusrex
9
9
- feat(xcode): Print redirected output file path when going to the background (#1920) by @krystofwoldrich
10
+
11
+
### Fixes
12
+
- Correct error message for querying events/issues on non-existing project. The message now states that the project could not be found, instead of stating that the organization could not be found. (#1916) by @szokeasaurusrex
13
+
14
+
### Other
15
+
10
16
- Remove `dsyms/associate` API usage (#1886) by @Swatinem
11
-
- Update incorrect usages of `OrgNotFound` to `ProjectNotFound` (#1916) by @szokeasaurusrex
12
-
- Prefer `--url` argument over empty auth token URL (#1914) by @szokeasaurusrex
0 commit comments