From cd9f976a7d92f4fb56965c15da65b4c1b35b2460 Mon Sep 17 00:00:00 2001 From: Merrick Sapsford Date: Sat, 6 Apr 2024 08:44:56 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0671d6a..da9a5e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. `Pageboy` adheres to [Semantic Versioning](https://semver.org/). #### 4.x Releases +- `4.1.x` Releases - [4.1.0](#410) - `4.0.x` Releases - [4.0.0](#400) | [4.0.1](#401) | [4.0.2](#402) #### 3.x Releases @@ -34,6 +35,19 @@ All notable changes to this project will be documented in this file. #### 0.x Releases - `0.4.x` Releases - [0.4.0](#040) | [0.4.1](#041) | [0.4.2](#042) | [0.4.3](#043) | [0.4.4](#044) | [0.4.5](#045) | [0.4.6](#046) | [0.4.7](#047) | [0.4.8](#048) | [0.4.9](#049) | [0.4.10](#0410) | [0.4.11](#0411) | [0.4.12](#0412) +--- +## [4.1.0](https://github.com/uias/Pageboy/releases/tag/4.1.0) +Released on 2024-04-06 + +#### Added +- Support for `isDirectionalLockEnabled` to `PageboyViewController`. + - by [jiro33](https://github.com/jiro33) +- Support for Xcode 15. +- Support for Privacy Manifests. + +#### Updated +- Pageboy now requires iOS 12 or tvOS 12. + --- ## [4.0.2](https://github.com/uias/Pageboy/releases/tag/4.0.2) Released on 2022-11-08