diff options
| author | jvoisin | 2018-07-19 13:51:54 +0200 |
|---|---|---|
| committer | jvoisin | 2018-07-19 13:51:54 +0200 |
| commit | 6a3cd5388c9ad188e80172c6a4815f68f5ffdcb6 (patch) | |
| tree | c530571aacf318a1d3ba4c8264b1a8cb5ed163dc /doc | |
| parent | 606bef01543225e56378904b94bd41f41645f4be (diff) | |
Fix the changelog's links
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/changelog.rst | 12 |
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 | |||
| 7 | New features | 7 | New 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 | ||
| 14 | Improvements | 14 | Improvements |
| 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 | ||
| 30 | 0.2.2 - `Elephant Moraine <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.2.2>`__ 2018/04/12 | 30 | 0.2.2 - `Elephant Moraine <https://github.com/nbs-system/snuffleupagus/releases/tag/v0.2.2>`__ 2018/04/12 |
