You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix the aspect ratio of iPad Air (4th generation).
* Specify that iPhone 12 Pro (Max) also are sporting a LiDAR sensor.
* Update changelog and bump version to v4.2.1.
* Add links to pull request and issues.
* Fix LiDAR test.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## Version 4.2.1
4
+
5
+
Releasedate: 2020-10-22
6
+
7
+
```ruby
8
+
pod 'DeviceKit', '~> 4.2'
9
+
```
10
+
11
+
This version fixes a couple of bugs introduced in the v4.2.0 release:
12
+
13
+
-`Device.allDevicesWithALidarSensor` didn't include iPhone 12 Pro and iPhone 12 Pro Max. ([#268](https://github.com/devicekit/DeviceKit/pull/268)[#266](https://github.com/devicekit/DeviceKit/issues/266))
14
+
-`Device.iPadAir4.screenRatio` returned an invalid screen ratio. ([#268](https://github.com/devicekit/DeviceKit/pull/268)[#267](https://github.com/devicekit/DeviceKit/issues/267))
0 commit comments