From bc62195b32acf2a6f43e7831db670c3de36ec5d4 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Tue, 12 Dec 2023 08:44:50 +0000 Subject: [PATCH] changelogs - for new groups field --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 580f03bc9..e841313a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,17 @@ All notable changes to this project will be documented in this file. ## [master] + ### Added - [crawler] Proxy can be configured with `http_proxy` and `https_proxy` environment. +- [crawler] A new `groups` sub-field in all Author fields (`on_author` and `author`) for `Change` and `Events`. + Groups memberships are reflected from the config file to the database. ### Changed + ### Removed + ### Fixed - [web] authors search returning no results #1082