From 82ee2b8f812a4f86a67e36d0f77f638ee591f1a8 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 3 Jan 2021 23:04:31 +0100 Subject: [PATCH] Update CHANGELOG --- Passepartout/App/iOS/CHANGELOG.md | 6 ++++++ Passepartout/App/macOS/CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/Passepartout/App/iOS/CHANGELOG.md b/Passepartout/App/iOS/CHANGELOG.md index 3b7cc354..3a5afdda 100644 --- a/Passepartout/App/iOS/CHANGELOG.md +++ b/Passepartout/App/iOS/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). +## Unreleased + +### Changed + +- Rendering of provider infrastructures. + ## 1.13.1 (2021-01-03) ### Fixed diff --git a/Passepartout/App/macOS/CHANGELOG.md b/Passepartout/App/macOS/CHANGELOG.md index 37e7609f..6787380a 100644 --- a/Passepartout/App/macOS/CHANGELOG.md +++ b/Passepartout/App/macOS/CHANGELOG.md @@ -5,6 +5,20 @@ 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). +## Unreleased + +### Added + +- Country flags in provider infrastructure menu. + +### Changed + +- Rendering of provider infrastructures. + +### Fixed + +- Provider infrastructure selectors not reloaded on profile change. + ## 1.0.0 (2021-01-01) ### Added