Skip to content

Commit 7bc49e0

Browse files
Zandor300denisenepraunig
authored andcommitted
Add Apple Pencil feature, change headings for breaking changes in README.md (devicekit#181)
1 parent bfb37a2 commit 7bc49e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
`DeviceKit` is a value-type replacement of [`UIDevice`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/).
2020

21-
## Changelog
21+
## Changelog 2.0
2222
Here you find an overview about all the latest features, bugfixes and breaking changes shipped with version 2.0 which was released on 10<sup>th</sup> April 2019.
23-
### Breaking changes version 2.0
23+
### Breaking changes
2424
- The original `Device()` constructor has been made private in favour of using `Device.current` to match `UIDevice.current`.
2525
- The enum values for the iPhone Xs, iPhone Xs Max and iPhone Xʀ have been renamed to be `.iPhoneXS`, `.iPhoneXSMax` and `.iPhoneXR` to match proper formatting.
2626
- `.description` for the iPhone Xs, iPhone Xs Max and iPhone Xʀ have been changed to contain small caps formatting for the s and the ʀ part.
@@ -51,7 +51,7 @@ Here you find an overview about all the latest features, bugfixes and breaking c
5151
- [x] Display Zoom detection
5252
- [x] Detect available sensors (Touch ID, Face ID)
5353
- [x] Detect available disk space
54-
54+
- [x] Apple Pencil support detection
5555

5656
## Requirements
5757

0 commit comments

Comments
 (0)