Add changelog entry.

This commit is contained in:
Zandor Smith
2024-01-15 20:02:33 +01:00
parent 5d999c593c
commit c2ea46bfab
+22
View File
@@ -1,5 +1,27 @@
# Changelog
## Version 5.2.0
Releasedate: 2024-01-15
```ruby
pod 'DeviceKit', '~> 5.2'
```
### New features
- Add `.hasUSBCConnectivity` to `Device` to indicate whether the device has an USB-C port. ([#373](https://github.com/devicekit/DeviceKit/pull/373))
- Add `.hasDynamicIsland` to `Device` to indicate whether the device has a dynamic island. ([#368](https://github.com/devicekit/DeviceKit/pull/368))
- Add `.has5gSupport` to `Device` to indicate whether the device has 5G support. ([#340](https://github.com/devicekit/DeviceKit/pull/340))
- Added Privacy Manifest to DeviceKit. ([#367](https://github.com/devicekit/DeviceKit/pull/367))
### Contributors
Thanks to all the contributers of this release!
- [mhausherr](https://github.com/mhausherr)
- [417-72KI](https://github.com/417-72KI)
- [furiosFast](https://github.com/furiosFast)
## Version 5.1.0
Releasedate: 2023-09-21