update changelog for v4.0.2 and v4.0.3#1194
Open
taras wants to merge 5 commits into
Open
Conversation
commit: |
cowboyd
reviewed
Jun 26, 2026
cowboyd
left a comment
Member
There was a problem hiding this comment.
Seems like there are a lot of formatting changes unrelated to the changelog. Is this an editor thing, or a different version of Deno thing?
Member
Author
|
It's a new version of Deno. All of the PRs are failing. We're on 2.x - maybe we should lock it down further. |
b7af4a5 to
7c22e3c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Changelog.mdwas missing the4.0.3release section and the4.0.2section did not include all of the notable release entries from the v4 branch history.Approach
Added a new
4.0.3section with the notable v4 changes that landed after4.0.2, and backfilled the missing4.0.2changelog entry forspawn()delegating toscope.run().