Skip to content

Commit

Permalink
Prepare changelog for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Dec 16, 2023
1 parent 4330356 commit 5da9d61
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## Unrelased

### Optionnal correct branch on sync

If any of the repositories is not on the configured branch, but it is clean
and the `--correct-branch`/`-c` flag is set, then the branch is changed to
the configured one and then the repository is updated. Otherwise that repository
will not be not updated.

Implemented by Greg Dubicki

### Other changes

* When running git commands, don't capture standard error along side standard out - fixes
#381, reported by Patrick Decat.
* Bump minimum supported version to Python **3.8**.
* Add support for Python 3.12.
* Bump `ruamel.yaml`, `dparse`.
* Don't hide cloning errors when running in parallel.
* Doc improvements (patches by Henry Chang).


## 2.7.1 (2022-05-30)

* In addition to preserving the order repos are listed in the manifest,
Expand Down

0 comments on commit 5da9d61

Please sign in to comment.