From c837ec6840310207864863c1ccc6960e0c2a0ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 2 Aug 2019 17:10:36 +0200 Subject: [PATCH] chg: Bump Changelog --- CHANGELOG.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a5737f9..59f72d0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,49 @@ Changelog ========= +v2.4.112 (2019-08-02) +--------------------- + +New +~~~ +- [Search] Add a few new options in rest search. [Raphaël Vinot] +- Allow to change the template on an object on-the-fly. [Raphaël Vinot] +- [example] Script to load datasets from Scripps CO2. [Raphaël Vinot] +- Get_objects_by_name in MISPEvent. [Raphaël Vinot] + + new: Convert datetime objects to python datetime. + +Changes +~~~~~~~ +- Bump version. [Raphaël Vinot] +- [tests] Few improvements. [Raphaël Vinot] +- [tests] Add new test cases. [Raphaël Vinot] +- Rename relationship included-in -> includes. [Raphaël Vinot] +- Bump misp-objects. [Raphaël Vinot] +- [deps] Bump. [Raphaël Vinot] +- [examples] pythonify properly when needed. [Raphaël Vinot] +- [tests] Toggle pythonify in create_massive_dummy_events. [Raphaël + Vinot] + +Fix +~~~ +- PyTaxonomies is not compatible with python<3.6. [Raphaël Vinot] +- Rename filename. [Raphaël Vinot] +- [deprecation] Wrong deprecation message. [Raphaël Vinot] + + Also, deprecated method was broken. + + Fix #424 + +Other +~~~~~ +- Add: New attribute type weakness. [chrisr3d] +- Fix missing f in f-string. [Paal Braathen] +- Wrong variable. [Georges Toth] +- Remove unused line. [kovacsbalu] +- Fix tag help text Minor pycodestyle. [kovacsbalu] + + v2.4.111.2 (2019-07-22) ----------------------- @@ -14,6 +57,7 @@ New Changes ~~~~~~~ +- Bump Changelog. [Raphaël Vinot] - Bump verison. [Raphaël Vinot] - Make pythonify=False default everywhere. [Raphaël Vinot]