summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-07-19 13:51:54 +0200
committerjvoisin2018-07-19 13:51:54 +0200
commit6a3cd5388c9ad188e80172c6a4815f68f5ffdcb6 (patch)
treec530571aacf318a1d3ba4c8264b1a8cb5ed163dc
parent606bef01543225e56378904b94bd41f41645f4be (diff)
Fix the changelog's links
-rw-r--r--doc/source/changelog.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst
index 1f0a7b2..d1e88ed 100644
--- a/doc/source/changelog.rst
+++ b/doc/source/changelog.rst
@@ -7,15 +7,15 @@ Changelog
7New features 7New features
8^^^^^^^^^^^^ 8^^^^^^^^^^^^
9 9
10- Session cookies can now be [encrypted](https://github.com/nbs-system/snuffleupagus/pull/178) 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 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` 12- It's `now possible <https://github.com/nbs-system/snuffleupagus/pull/187>`__ to hook `echo` and `print`
13 13
14Improvements 14Improvements
15^^^^^^^^^^^^ 15^^^^^^^^^^^^
16 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. 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 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 19- The format of the logs has been streamlined to ease their processing
20 20
21 21
@@ -24,7 +24,7 @@ Bug fixes
24 24
25- Better handling of filters for built-in functions 25- Better handling of filters for built-in functions
26- Fix various possible integer overflows 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` 27- Fix an `annoying memory leak <https://github.com/nbs-system/snuffleupagus/issues/192#issuecomment-404538124>`__ impacting mostly `mod_php`
28 28
29 29
300.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