Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@

- Add support for M5 iPad Pro models. ([#467](https://github.com/devicekit/DeviceKit/pull/467))
- Add support for Apple Watch SE (3rd generation) ([#473](https://github.com/devicekit/DeviceKit/pull/473))
- Add support for iPhone 17e and iPad Air (M4)

| Device | Case value |
| --- | --- |
| iPad Pro 11-inch (M5) | `Device.iPadPro11M5` |
| iPad Pro 13-inch (M5) | `Device.iPadPro13M5` |
| Apple Watch SE (3rd generation) 40mm | `Device.appleWatchSE3_40mm` |
| Apple Watch SE (3rd generation) 44mm | `Device.appleWatchSE3_44mm` |
| iPhone 17e | `Device.iPhone17e` |
| iPad Air (11-inch) (M4) | `Device.iPadAir11M4` |
| iPad Air (13-inch) (M4) | `Device.iPadAir13M4` |

### Bug fixes

Expand Down
Loading