aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLicaon_Kter <licaon-kter@users.noreply.github.com>2022-05-17 09:15:48 +0000
committerbadlop <badlop@gmail.com>2022-05-17 11:45:57 +0200
commit432e97296c574cad9844ddb2580c5d085d6cd80f (patch)
tree67a232415ed5e307937a7a3b8fdda344fc938154 /CHANGELOG.md
parentFix errors and warnings for "rebar3 edoc" (diff)
Fix typos in changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1435ed1a..758bddc0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
Core
- C2S: Don't expect that socket will be available in `c2s_terminated` hook
- Event handling process hook tracing
-- Guard agains `erlang:system_info(logical_processors)` not always returning number
+- Guard against `erlang:system_info(logical_processors)` not always returning a number
- `domain_balancing`: Allow for specifying `type` only, without specifying `component_number`
MQTT
@@ -36,7 +36,7 @@ SQL
- Slight improvement in MSSQL testing support, but not yet complete
Other Modules
-- `auth_jwt`: Checking users is active in SM for JWT authenticated user (#3795)
+- `auth_jwt`: Checking if an user is active in SM for a JWT authenticated user (#3795)
- `mod_configure`: Implement Get List of Registered/Online Users from XEP-0133
- `mod_host_meta`: New module to serve host-meta files, see XEP-0156
- `mod_mam`: Store all mucsub notifications not only message notifications