Skip to content

Commit 490ee83

Browse files
committed
update changelog
1 parent 172a494 commit 490ee83

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,32 @@
22

33
## Next Version
44

5+
### Added
6+
7+
- Added `excludeFromProject` from local packages #1512 @maximkrouk
8+
- Added support for `preferredScreenCaptureFormat` in schemes #1450 @vakhidbetrakhmadov
9+
10+
### Changes
11+
12+
- `.appex` files are now copied to plugins directory by default #1531 @iljaiwas
13+
- The `preGenCommand` is now run before validation and caching #1500 #1519 @simonbs @dalemyers
14+
- Improve performance of spec validation #1522 @zewuchen
15+
- The `enableGPUValidationMode` enum is deprecated and is now a boolean #1515 @marcosgriselli @yonaskolb
16+
517
### Fixed
618

7-
- Require swift-tools-version 5.9. #1489 @0111b
19+
- **Breaking**: `fileGroups` are now relative paths when in included files, like other paths #1534 @shnhrrsn
20+
- **Breaking**: Local package paths are now relative paths when in included files, like other paths #1498 @juri
21+
- Optional groups are no longer skipped when missing and generating projects from a different directory #1529 @SSheldon
22+
23+
### Internal
24+
25+
- Fix Swift 6.0 warnings #1513 @marcosgriselli
26+
- Update package swift tools to 5.9 #1489 @0111b
27+
- Add Xcode 16 to CI #1439 @giginet
28+
- Fix test project building on CI #1537 @yonaskolb
29+
- Skip failing tests on Linux #1517 @marcosgriselli
30+
- XcodeProj updated to 8.24.3 #1515 @marcosgriselli @yonaskolb
831

932
## 2.42.0
1033

0 commit comments

Comments
 (0)