Skip to content

Commit 3cd00f7

Browse files
author
Jeremy Chiang
authored
Update changelog for v0.8.0
1 parent da3e72f commit 3cd00f7

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
### Changed
99

10+
## [0.8.0] - 2019-01-11
11+
### Added
12+
- XCGLogger, and APIs for logging to a file and monitoring log file changes
13+
- Dittojay demo app as a virtual Bluetooth LE heart rate sensor
14+
- Also allows testing background state restoration
15+
16+
### Changed
17+
- Migrate to Swift 4.2
18+
- Dropped support for iOS 9
19+
- Removed outdated or soon-to-be-replaced demo projects and documentation
20+
- Redo, clean up, and improve Bluejay demo app to work with Dittojay demo.
21+
- Restrict public access to `Peripheral`
22+
23+
### Fixed
24+
- Background and listen restoration callbacks
25+
- Multiple listen crash by allowing trapping or replacing an existing listen
26+
- Order of queueing when discovering services and characteristics
27+
- Thread-related crashes by adding main thread safety checks to important Bluejay API calls
28+
1029
## [0.7.1] - 2018-12-06
1130
- Add SwiftLint
1231
- Add custom SwiftLint yaml with minor alterations

0 commit comments

Comments
 (0)