Skip to content

Commit d0ddb9d

Browse files
committed
changelog: Document changes up to latest
1 parent 25db599 commit d0ddb9d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,34 @@ It doesn't include
3939

4040
## Unreleased
4141

42+
### Highlights for users
43+
44+
* The mobile app will no longer connect to Zulip Server versions older than
45+
2.0, which was released in 2019. Versions older than 3.0 are unsupported,
46+
and server administrators should upgrade. (#5102)
47+
* (iOS) Fixed a bug where links to uploaded files would sometimes lead to an
48+
error page instead of the file. (#4136)
49+
* Fixed a bug where no feedback was given when you tapped a link that
50+
couldn't be opened. (#5518)
51+
52+
Plus, like every release, other fixes and improvements for your Zulip
53+
experience.
54+
55+
56+
### Highlights for developers
57+
58+
* We expect that classnames ending in "Error" are no longer minified, making
59+
it easier to debug Sentry crash reports. (PR #5177)
60+
* We added an `intl` suite to `tools/test` to automate some checks on our
61+
translation data. (PR #5476)
62+
* We now use tsc-generated versions of shared code. (PR #5628)
63+
* We have migrated to @react-native-clipboard/clipboard, fixing some
64+
deprecation warnings. (PR #5648)
65+
* We fixed some small edge-case bugs with switching accounts and removing
66+
accounts. (PR #5634)
67+
68+
Resolved issues: #4136, #5518, PR #5634, PR #5177, #5102, #5534
69+
4270

4371
## 27.199 (2023-01-19)
4472

0 commit comments

Comments
 (0)