summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/changelog.rst26
1 files changed, 26 insertions, 0 deletions
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 @@
1Changelog 1Changelog
2========= 2=========
3 3
40.3.0 - `Dentalium elephantinum <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.3.0>`__ 2018/07/17
5---------------------------------------------------------------------------------------------------------------
6
7New features
8^^^^^^^^^^^^
9
10- Session cookies can now be [encrypted](https://github.com/nbs-system/snuffleupagus/pull/178)
11- Some occurrences of [type juggling](https://github.com/nbs-system/snuffleupagus/pull/186) can now be eradicated
12- It's [now possible](https://github.com/nbs-system/snuffleupagus/pull/187) to hook `echo` and `print`
13
14Improvements
15^^^^^^^^^^^^
16
17- 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.
18- Vastly [optimize](https://github.com/nbs-system/snuffleupagus/issues/166) the way we hook native functions
19- The format of the logs has been streamlined to ease their processing
20
21
22Bug fixes
23^^^^^^^^^
24
25- Better handling of filters for built-in functions
26- Fix various possible integer overflows
27- Fix an [annoying memory leak]( https://github.com/nbs-system/snuffleupagus/issues/192#issuecomment-404538124 ) impacting mostly `mod_php`
28
29
40.2.2 - `Elephant Moraine <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.2.2>`__ 2018/04/12 300.2.2 - `Elephant Moraine <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.2.2>`__ 2018/04/12
5--------------------------------------------------------------------------------------------------------- 31---------------------------------------------------------------------------------------------------------
6 32