From c0fa69f07b93eb611a8d2b280ecd6898e3bb04f9 Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Fri, 11 Feb 2022 16:49:20 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d2936..d2bbacc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## [3.5.2] - 11-02-2022 + +### Added + +- Added authorizations support to Settings model (view and update policies/gates work) + +### Changed + +- Use fake object instead of array when passing data to the resolve function of fields (thanks to [@vaiil](https://github.com/vaiil)) + ## [3.5.1] - 07-02-2022 ### Changed