From f1400da61b9dd19a18e5d4d8f1e0e571f567530f Mon Sep 17 00:00:00 2001 From: Ivan Grce Date: Thu, 16 Nov 2023 11:24:03 +0100 Subject: [PATCH] Updated release notes for v1.2.0 --- Release notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Release notes.md b/Release notes.md index 4ca744f..d569420 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,5 +1,15 @@ # Release notes +## v1.2.0 + +### Minor API changes + +- Introduced `BlurPolicy`, `GlarePolicy` and `TiltPolicy` which are used to enable `strict`, `normal`, `relaxed` or `disabled` policies. +- `AnalyzerSettings` changes: + - Replaced `tiltThreshold` with `tiltPolicy`. + - Replaced `ignoreGlare` with `glarePolicy`. + - Replaced `ignoreBlur` with `blurPolicy`. + ## v1.1.0 ### Improvements