Skip to content

Commit 952d5d0

Browse files
CopilotZandor300
andcommitted
Fix changelog format and remove Python warnings from generated file
Co-authored-by: Zandor300 <6069593+Zandor300@users.noreply.github.com>
1 parent 5cb041a commit 952d5d0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22

33
## Unreleased
44

5-
### New October 2025 devices
5+
### New devices
66

7-
This version adds support for the M5 iPad Pro models:
7+
- Add support for M5 iPad Pro models ([#465](https://github.com/devicekit/DeviceKit/issues/465))
88

99
| Device | Case value |
1010
| --- | --- |
1111
| iPad Pro 11-inch (M5) | `Device.iPadPro11M5` |
1212
| iPad Pro 13-inch (M5) | `Device.iPadPro13M5` |
1313

14+
### Bug fixes
15+
16+
- Fixed iPhone Air incorrectly marked as having ultra-wide camera. ([#463](https://github.com/devicekit/DeviceKit/issues/463))
17+
1418
## Version 5.7.0
1519

1620
Releasedate: 2025-09-12

Source/Device.generated.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/home/runner/work/DeviceKit/DeviceKit/Utils/gyb.py:102: SyntaxWarning: invalid escape sequence '\}'
2-
gyb_block_close = re.compile('\}%[ \t]*\n?')
31
//===----------------------------------------------------------------------===//
42
//
53
// This source file is part of the DeviceKit open source project

0 commit comments

Comments
 (0)