Added missing changes for v1.1.1 to changelog

This commit is contained in:
Alejandro Celaya
2018-10-20 17:23:26 +02:00
parent 169c69df2c
commit 56ad6d9e1b

View File

@@ -1,6 +1,10 @@
# CHANGELOG
## Unreleased
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
## 1.1.1 - 2018-10-20
#### Added
@@ -20,6 +24,7 @@
#### Fixed
* [#63](https://github.com/shlinkio/shlink-web-client/issues/63) Improved how bar charts are rendered in stats page, making them try to calculate a bigger height for big data sets.
* [#56](https://github.com/shlinkio/shlink-web-client/issues/56) Ensured `ColorGenerator` matches keys in a case insensitive way.
* [#53](https://github.com/shlinkio/shlink-web-client/issues/53) Fixed missing margin between date fields in visits page for mobile devices.