Skip to content
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

Update unreleased changes #5294

Merged
merged 4 commits into from
Jan 30, 2025
Merged

Conversation

prckent
Copy link
Contributor

@prckent prckent commented Jan 29, 2025

Proposed changes

Update the changelog with the major unreleased changes since the last release. "Minor" PRs have been removed to keep the list short while still e.g listing most of the bug fixes. Changes were approximately grouped and sorted by hand.

Initial list built via variants of

gh search prs --merged-at 2025-01-01..2025-01-31 -R QMCPACK/qmcpack \
    --json title,url,repository,number -L 1000 \
    --jq '.[]|("* " + .title + " [#" + (.number|tostring) +"]("+ .url + ")\n")' 

What type(s) of changes does this code introduce?

  • Documentation or build script changes

Does this introduce a breaking change?

  • No

What systems has this change been tested on?

Checklist

  • Yes. This PR is up to date with current the current state of 'develop'
  • NA. Code added or changed in the PR has been clang-formatted
  • NA. This PR adds tests to cover any new code, or to catch a bug that is being fixed
  • NA. Documentation has been added (if appropriate)

CHANGELOG.md Outdated Show resolved Hide resolved
@prckent
Copy link
Contributor Author

prckent commented Jan 30, 2025

Test this please

@prckent prckent merged commit c314432 into QMCPACK:develop Jan 30, 2025
40 of 41 checks passed
@prckent prckent deleted the update_unreleased_changes branch January 30, 2025 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants