Skip to content

Update CHANGELOG.md to reflect 5.9 scope #6839

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 25, 2023
Merged

Update CHANGELOG.md to reflect 5.9 scope #6839

merged 9 commits into from
Aug 25, 2023

Conversation

tomerd
Copy link
Contributor

@tomerd tomerd commented Aug 22, 2023

motivation: improve CHANGELOG.md

changes:

  • add missing features introduced in 5.9
  • reorder list chronologically

@neonichu
Copy link
Contributor

Should we add something for https://developer.apple.com/documentation/packagedescription/swiftsetting/interoperabilitymode(_:_:)/?

tomerd and others added 4 commits August 23, 2023 09:47
Co-authored-by: Max Desiatov <m_desiatov@apple.com>
Co-authored-by: Max Desiatov <m_desiatov@apple.com>
Co-authored-by: Yim Lee <yim_lee@apple.com>
Co-authored-by: Max Desiatov <m_desiatov@apple.com>
@tomerd
Copy link
Contributor Author

tomerd commented Aug 23, 2023

@swift-ci smoke test

@MaxDesiatov
Copy link
Contributor

@swift-ci test windows

tomerd and others added 2 commits August 23, 2023 10:54
Co-authored-by: Max Desiatov <m_desiatov@apple.com>
@tomerd
Copy link
Contributor Author

tomerd commented Aug 23, 2023

@swift-ci smoke test

@tomerd tomerd enabled auto-merge (squash) August 23, 2023 17:56
@tomerd
Copy link
Contributor Author

tomerd commented Aug 23, 2023

@swift-ci smoke test windows

@tomerd
Copy link
Contributor Author

tomerd commented Aug 23, 2023

@swift-ci smoke test linux

@MaxDesiatov
Copy link
Contributor

@swift-ci smoke test lnux

@MaxDesiatov
Copy link
Contributor

@swift-ci smoke test linux

@tomerd
Copy link
Contributor Author

tomerd commented Aug 25, 2023

@hyp ptal at the description for interoperablotyMode and suggest any changes

* [#6067]

Basic support for a new `.embedInCode` resource rule which allows embedding the contents of the resource into the executable code by generating a byte array, e.g.

```
struct PackageResources {
static let best_txt: [UInt8] = [104,101,108,108,111,32,119,111,114,108,100,10]
static let best_txt: [UInt8] = [104,101,108,108,111,32,119,111,114,108,100,10]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, why is a space here? It definitely won't be there in the generated code :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just to improve formatting?

@tomerd tomerd merged commit 73729a2 into main Aug 25, 2023
@tomerd tomerd deleted the tomerd-patch-1 branch August 25, 2023 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants