Update change log

This commit is contained in:
Alexander Zobnin
2017-12-20 13:42:58 +03:00
parent b3c1cf9a10
commit d6b9a990b9

View File

@@ -6,15 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [Unreleased]
## [3.8.0] - 2017-12-20
### Added ### Added
- Multiple data sources support for triggers panel, [#431](https://github.com/alexanderzobnin/grafana-zabbix/issues/431) - Multiple data sources support for triggers panel, [#431](https://github.com/alexanderzobnin/grafana-zabbix/issues/431)
- Text color selector for triggers panel, [#361](https://github.com/alexanderzobnin/grafana-zabbix/issues/361)
### Changed ### Changed
- Triggers Panel fully redesigned, closed a bunch of issues: #431, #488, #299, #485, #412, #157, #483, #487, #248
- Tests migrated to [Jest](http://facebook.github.io/jest/) - Tests migrated to [Jest](http://facebook.github.io/jest/)
### Fixed ### Fixed
- Triggers panel refreshing issues - Triggers panel refreshing issues
- aggregateBy() function bug, [#498](https://github.com/alexanderzobnin/grafana-zabbix/issues/498)
## [3.7.0] - 2017-10-24 ## [3.7.0] - 2017-10-24
### Added ### Added