From dd52a512d4d2c7e6ab1847371f46f0be294c7738 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 23 Nov 2020 10:26:25 -0600 Subject: [PATCH] Updated changelog --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f12d987..6571fe9 100644 --- a/changelog.md +++ b/changelog.md @@ -2,13 +2,14 @@ ## News in this version -## new additions +### new additions * the spelling correction module is able to add words to the dictionary so it will learn which words should start to ignore. ### bugfixes * Now it is possible to perform authentication in accounts using two factor verification again. This issue was caused due to a recent change in the VK workflow for two factor verification processes. +* Users who have chosen to not show their online activity (specifically the last seen field in VK) will be added in people buffers. Before, those people were making socializer to raise an exception and the whole buffer was unable to be loaded. ### Changes