From ad0f8e5b47cadf5c081bda4fb3ff37582168e73a Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Tue, 11 Feb 2020 15:39:48 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a725d..b3927bf 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). +## [2.1.1] - 2020-02-11 + +### Changed + +- `nova_get_setting()` and `nova_get_settings()` now cache values to avoid duplicate queries + ## [2.1.0] - 2020-01-27 ### Added @@ -75,6 +81,7 @@ Initial release. - UI for editing settings - Helpers for accessing settings +[2.1.1]: https://github.com/optimistdigital/nova-settings/compare/2.1.0...2.1.1 [2.1.0]: https://github.com/optimistdigital/nova-settings/compare/2.0.2...2.1.0 [2.0.2]: https://github.com/optimistdigital/nova-settings/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/optimistdigital/nova-settings/compare/2.0.0...2.0.1