Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Dec 1, 2018
1 parent f90d7ec commit 1bf5226
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
`Pageboy` adheres to [Semantic Versioning](http://semver.org/).

#### 3.x Releases
- `3.0.x` Releases - [3.0.0](#300)
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301)

#### 2.x Releases
- `2.6.x` Releases - [2.6.0](#260) | [2.6.1](#261)
Expand All @@ -26,8 +26,16 @@ All notable changes to this project will be documented in this file.

---

## [3.0.1](https://github.com/uias/Pageboy/releases/tag/3.0.1)
Released on 2018-12-01

#### Fixed
- [#187](https://github.com/uias/Pageboy/issues/187) Issue where using `unowned self` could cause memory crashes.
- [#176](https://github.com/uias/Pageboy/issues/176) Issue where checking UI layout direction could cause threading issues.

## [3.0.0](https://github.com/uias/Pageboy/releases/tag/3.0.0)
Released on 2018-11-13

#### Added
- Support for dynamically inserting a new page via `insertPage(at: PageIndex)`.
- Support for dynamically deleting an existing page via `deletePage(at: PageIndex)`.
Expand Down

0 comments on commit 1bf5226

Please sign in to comment.