Skip to content

Commit d4a0999

Browse files
committed
Add changelog
1 parent fd063ff commit d4a0999

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.2.0] - 2025-03-07
9+
10+
### Added
11+
- New documentation in `Sources/AsyncCoreBluetooth/AsyncCoreBluetooth.docc` ([2fea786](https://github.com/meech-ward/AsyncCoreBluetooth/commit/2fea7860a82112ca6fa8afa2b130239674761c81))
12+
13+
### Changed
14+
- Make sure all characteristic continuations are canceled on peripheral disconnect
15+
- Make sure notifications can't be enabled or disabled if they are already in that state
16+
- Make data for read and notify not optional ([78629a6](https://github.com/meech-ward/AsyncCoreBluetooth/commit/78629a694a84165df5959ff916ea564c86bfdfd4))
17+
- Make sure a new peripheral actor is created for each new peripheral instance
18+
19+
### Fixed
20+
- Remove nonisolated lazy property from Peripheral actor
21+
22+
## [0.1.x] - 2024-XX-XX
23+
24+
- Initial releases with core functionality

0 commit comments

Comments
 (0)