Skip to content

Commit 1bf5226

Browse files
committed
Update CHANGELOG
1 parent f90d7ec commit 1bf5226

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
3037
Released 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)`.

0 commit comments

Comments
 (0)