From 153c2461dcd420b2eaa0c7b85e909e1795c707d5 Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Mon, 3 Jun 2019 11:57:53 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df04338..9c4147f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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/spec/v2.0.0.html). +## [1.1.3] + +### Changed + +- Fixed detail field trying to display empty array as a value + ## [1.1.2] ### Added @@ -35,6 +41,7 @@ Initial release. - Basic multiple select field using [vue-multiselect](https://github.com/shentao/vue-multiselect) +[1.1.3]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.1.2...1.1.3 [1.1.2]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.1.1...1.1.2 [1.1.1]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/optimistdigital/nova-multiselect-field/compare/1.0.0...1.1.0