File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33` Pageboy ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55#### 3.x Releases
6- - ` 3.0.x ` Releases - [ 3.0.0] ( #300 )
6+ - ` 3.0.x ` Releases - [ 3.0.0] ( #300 ) | [ 3.0.1 ] ( #301 )
77
88#### 2.x Releases
99- ` 2.6.x ` Releases - [ 2.6.0] ( #260 ) | [ 2.6.1] ( #261 )
@@ -26,8 +26,16 @@ All notable changes to this project will be documented in this file.
2626
2727---
2828
29+ ## [ 3.0.1] ( https://github.com/uias/Pageboy/releases/tag/3.0.1 )
30+ Released on 2018-12-01
31+
32+ #### Fixed
33+ - [ #187 ] ( https://github.com/uias/Pageboy/issues/187 ) Issue where using ` unowned self ` could cause memory crashes.
34+ - [ #176 ] ( https://github.com/uias/Pageboy/issues/176 ) Issue where checking UI layout direction could cause threading issues.
35+
2936## [ 3.0.0] ( https://github.com/uias/Pageboy/releases/tag/3.0.0 )
3037Released on 2018-11-13
38+
3139#### Added
3240- Support for dynamically inserting a new page via ` insertPage(at: PageIndex) ` .
3341- Support for dynamically deleting an existing page via ` deletePage(at: PageIndex) ` .
You can’t perform that action at this time.
0 commit comments