From 2a5accbb7c12b2d4a16359914c18ccf856251f53 Mon Sep 17 00:00:00 2001 From: kka Date: Wed, 18 Jul 2018 15:01:49 +0200 Subject: Bump the changelog --- doc/source/changelog.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'doc/source') diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 317c302..1f0a7b2 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -1,6 +1,32 @@ Changelog ========= +0.3.0 - `Dentalium elephantinum `__ 2018/07/17 +--------------------------------------------------------------------------------------------------------------- + +New features +^^^^^^^^^^^^ + +- Session cookies can now be [encrypted](https://github.com/nbs-system/snuffleupagus/pull/178) +- Some occurrences of [type juggling](https://github.com/nbs-system/snuffleupagus/pull/186) can now be eradicated +- It's [now possible](https://github.com/nbs-system/snuffleupagus/pull/187) to hook `echo` and `print` + +Improvements +^^^^^^^^^^^^ + +- The `.filename()` filter is [now matching](https://github.com/nbs-system/snuffleupagus/pull/167) on the file where the function is called instead on the one where it's defined. +- Vastly [optimize](https://github.com/nbs-system/snuffleupagus/issues/166) the way we hook native functions +- The format of the logs has been streamlined to ease their processing + + +Bug fixes +^^^^^^^^^ + +- Better handling of filters for built-in functions +- Fix various possible integer overflows +- Fix an [annoying memory leak]( https://github.com/nbs-system/snuffleupagus/issues/192#issuecomment-404538124 ) impacting mostly `mod_php` + + 0.2.2 - `Elephant Moraine `__ 2018/04/12 --------------------------------------------------------------------------------------------------------- -- cgit v1.3