From ed2c5452da8443bec0b5238e99346df5bfaa9b61 Mon Sep 17 00:00:00 2001 From: Tomas Abrahamsson Date: Thu, 17 Mar 2022 22:05:09 +0100 Subject: [PATCH] Prepare for 4.19.5 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5668b701..b2feeb7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ -*- coding: utf-8; indent-tabs-mode: nil -*- +Version 4.19.5 +2022-Mar-17 + + * Fix a bug with the import_fetcher option and multiple imports. + An error {multiply_defined_file_or_files,["from_fetched.proto"]} + could occur and the defs would refer to the wrong proto file. + Version 4.19.4 2022-Mar-12