diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2018-03-25 20:43:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-25 20:43:53 +0200 |
commit | faa5b2ce61ddc871eab2919f92d683c917730b10 (patch) | |
tree | 23f58bb9d55928262efcd65ef1b6d5b7fe218ec2 /CHANGELOG.md | |
parent | 1f43529fd0fa7fe696db539953a0a3fae8158544 (diff) | |
parent | ee242ae3213224f218afa05729afba6bd3e7271f (diff) | |
download | Shaarli-faa5b2ce61ddc871eab2919f92d683c917730b10.tar.gz Shaarli-faa5b2ce61ddc871eab2919f92d683c917730b10.tar.zst Shaarli-faa5b2ce61ddc871eab2919f92d683c917730b10.zip |
Merge pull request #1110 from virtualtam/doc/v0.9.6
Documentation: release v0.9.6
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e737d8c..3218f4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). | |||
6 | 6 | ||
7 | ## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - UNPUBLISHED | 7 | ## [v0.10.0](https://github.com/shaarli/Shaarli/releases/tag/v0.10.0) - UNPUBLISHED |
8 | 8 | ||
9 | |||
10 | ## [v0.9.6](https://github.com/shaarli/Shaarli/releases/tag/v0.9.6) - 2018-03-25 | ||
11 | ## Changed | ||
12 | - htaccess: prevent accessing resources not managed by SCM | ||
13 | - htaccess: always forward the 'Authorization' HTTP header | ||
14 | |||
15 | |||
9 | ## [v0.9.5](https://github.com/shaarli/Shaarli/releases/tag/v0.9.5) - 2018-02-02 | 16 | ## [v0.9.5](https://github.com/shaarli/Shaarli/releases/tag/v0.9.5) - 2018-02-02 |
10 | ### Fixed | 17 | ### Fixed |
11 | - Fix a warning happening when `php-intl` is not installed on the system | 18 | - Fix a warning happening when `php-intl` is not installed on the system |