From 97a706a361913152cfb33bcbb0153814072c62d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 2 Dec 2019 09:41:43 +0100 Subject: [PATCH] chg: Bump changelog --- CHANGELOG.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e4f0a32..21f8ac4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,23 @@ Changelog ========= +v2.4.119 (2019-12-02) +--------------------- + +Changes +~~~~~~~ +- Bump version. [Raphaël Vinot] +- Bump dependencies. [Raphaël Vinot] + +Fix +~~~ +- Bump lief to 0.10.1. [Raphaël Vinot] +- Update tests. [Raphaël Vinot] +- Raise PyMISPError instead of Exception. [Raphaël Vinot] +- Rename feed_meta_generator so it clearly fails with python<3.6. + [Raphaël Vinot] + + v2.4.117.3 (2019-11-25) ----------------------- @@ -22,6 +39,7 @@ New Changes ~~~~~~~ +- Bump changelog. [Raphaël Vinot] - Bump version. [Raphaël Vinot] - Bump dependencies. [Raphaël Vinot] - Require stable version of lief again. [Raphaël Vinot]