Skip to content

Commit 3e4f50c

Browse files
committed
changelog: Document changes up to latest
1 parent 6840e91 commit 3e4f50c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

docs/changelog.md

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

4040
## Unreleased
4141

42+
### Highlights for users
43+
44+
* (iOS) Fixed a bug in the compose box where tapping the "+" button or its
45+
neighbors wouldn't work or would even erase your message draft. (#5463,
46+
#5291)
47+
* The org URL screen now links to a doc that can help you find your org URL.
48+
(PR #5604)
49+
* The in-app notification settings screen now links to the system
50+
notification settings for Zulip. (PR #5627)
51+
52+
Plus, like every release, other fixes and improvements for your Zulip
53+
experience.
54+
55+
56+
### Highlights for developers
57+
58+
* We removed some unused strings from messages_en.json that were still
59+
appearing in Transifex. (PR #5624)
60+
61+
* `REGISTER_COMPLETE` now resets some state that it should reset but hasn't
62+
been. (PR #5613)
63+
64+
* We now consistently clear old data on all ways of leaving an account.
65+
(#4446)
66+
67+
* (Android) Bumped compileSdkVersion to 33 (Android 13). (PR #5618)
68+
69+
* Our style guide now prohibits objects-as-map when constructing
70+
`Immutable.Map`s, to work around a type-checking hole. (PR #5622)
71+
72+
* We now specify the provisioning profile in `ios/upload.plist`, hopefully
73+
making `tools/ios build` and `tools/ios upload` work for Chris. (PR #5617)
74+
75+
* Resolved issues: #5080, #5291, #5463, #4628, PR #5627, PR #5613, #4446
76+
4277

4378
## 27.197 (2022-12-14)
4479

0 commit comments

Comments
 (0)