From 066a9836e0653f09890b62fa03c7ab06c4498b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 24 Oct 2017 08:56:08 -0400 Subject: [PATCH] chg: update changelog --- CHANGELOG.txt | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 562eeb0..0bf78e8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,48 @@ Changelog ========= +v2.4.81.1 (2017-10-24) +---------------------- + +Changes +~~~~~~~ +- Bump version. [Raphaël Vinot] +- Do not raise an exception when the object template is unknown. + [Raphaël Vinot] + + + bump misp-object +- Bump misp-objects. [Raphaël Vinot] +- Allow to hard delete an attribute by ID. [Raphaël Vinot] +- Update comments. [Raphaël Vinot] +- Bump misp-objects and describeTypes. [Raphaël Vinot] + +Fix +~~~ +- Properly bundle object templates. [Raphaël Vinot] +- Fix typos and logic mistakes in mispevent. [Raphaël Vinot] +- Fix travis build. [Raphaël Vinot] +- Min required version of setuptools. [Raphaël Vinot] +- Improve dependencies listing. [Raphaël Vinot] + + Partial fix for #110 +- Missing default category. [Raphaël Vinot] + + Fix #119 + +Other +~~~~~ +- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot] +- Update openioc.py. [Andras Iklody] +- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot] +- Merge pull request #121 from kx499/master. [Raphaël Vinot] + + Added **kwargs to add_named_attribute call in add_attachment +- Added **kwargs to add_named_attribute call in add_attachment. + [tssbo82] +- Update README. [Raphaël Vinot] +- Update changelog. [Raphaël Vinot] + + v2.4.81 (2017-10-09) --------------------