From 7e86c561c7465c189382af43cdac731a4a7d7235 Mon Sep 17 00:00:00 2001 From: Johan Oudinet Date: Mon, 20 Jun 2022 11:15:22 +0200 Subject: [PATCH] CHANGES.md: fix typo in 6.0.0 changes --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 33efdef11..d0215fd9e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -282,7 +282,7 @@ Soon we'll deprecate the latter, so prepare now. ## 6.0.0 (2020-01-09) -- [enable_smacks](https://conversejs.org/docs/html/configuration.html#enable-smacks) is not set to `true` by default. +- [enable_smacks](https://conversejs.org/docs/html/configuration.html#enable-smacks) is now set to `true` by default. - Refactor some presence and status handling code from `converse-core` into `@converse/headless/converse-status`. - It's now possible to navigate the emoji-picker via the keyboard arrow keys.