diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-08-03 09:54:11 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2019-08-03 09:54:11 +0200 |
commit | 58fa1a6ad1596c0b5425a48ca79f71d3791f6a92 (patch) | |
tree | b50e27e0fc8ffef43edd8c8bf97e5d966f0b098c /CHANGELOG.md | |
parent | ed3365325d231e044dedc32608fde87b1b39fa34 (diff) | |
parent | 3a52dfcc5c5d6de08bb6e9b16ea7033408184bef (diff) | |
download | Shaarli-58fa1a6ad1596c0b5425a48ca79f71d3791f6a92.tar.gz Shaarli-58fa1a6ad1596c0b5425a48ca79f71d3791f6a92.tar.zst Shaarli-58fa1a6ad1596c0b5425a48ca79f71d3791f6a92.zip |
Merge branch 'master' into v0.11
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 189ed13d..abf802ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. | |||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | 4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | 5 | and this project adheres to [Semantic Versioning](http://semver.org/). |
6 | 6 | ||
7 | ## [v0.11.1](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) - 2019-08-03 | ||
8 | |||
9 | Release to fix broken Docker build on the latest version. | ||
10 | |||
11 | ### Fixed | ||
12 | - Fixed Docker build | ||
13 | - Fixed a few documentation broken links | ||
14 | - Fixed broken label in configuration page | ||
15 | |||
16 | ### Added | ||
17 | - More accessibility improvements | ||
18 | |||
7 | ## [v0.11.0](https://github.com/shaarli/Shaarli/releases/tag/v0.11.0) - 2019-07-27 | 19 | ## [v0.11.0](https://github.com/shaarli/Shaarli/releases/tag/v0.11.0) - 2019-07-27 |
8 | 20 | ||
9 | **Shaarli no longer officially support PHP 5.6 and PHP 7.0 as they've reached end of life.** | 21 | **Shaarli no longer officially support PHP 5.6 and PHP 7.0 as they've reached end of life.** |