Skip to content

Commit

Permalink
Assemble 1.2.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Feb 2, 2024
1 parent aa929b8 commit bc530e3
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 30 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# 1.2.0 (2024-02-02)

## 🐛 Bug Fixes

- Fix an invalid escape sequence in a regex that caused a syntax warning.
Fixes https://github.com/datalad/datalad-next/issues/602 via
https://github.com/datalad/datalad-next/pull/603 (by @mih)

## 💫 Enhancements and new features

- Speed up of status reports for repositories with many submodules.
An early presence check for submodules skips unnecessary evaluation
steps. Fixes https://github.com/datalad/datalad-next/issues/606 via
https://github.com/datalad/datalad-next/pull/607 (by @mih)

## 🏠 Internal

- Fix implementation error in `ParamDictator` class that caused a test
failure. The class itself is unused and has been scheduled for removal.
See https://github.com/datalad/datalad-next/issues/611 and
https://github.com/datalad/datalad-next/pull/610 (by @christian-monch)

## 🛡 Tests

- Promote a previously internal fixture to provide a standard
`modified_dataset` fixture. This fixture is sessions-scope, and
yields a dataset with many facets of modification, suitable for
testing change reporting. The fixture verifies that no
modifications have been applied to the testbed. (by @mih)

- `iterable_subprocess` tests have been robustified to better handle the
observed diversity of execution environments. This addresseses, for example,
https://bugs.debian.org/1061739.
https://github.com/datalad/datalad-next/pull/614 (by @christian-monch)

# 1.1.0 (2024-01-21) -- Iterate!

## 💫 Enhancements and new features
Expand Down
7 changes: 0 additions & 7 deletions changelog.d/20240202_080927_michael.hanke_modfix.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20240202_081451_michael.hanke.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20240202_081610_michael.hanke.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20240202_081822_michael.hanke.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20240202_131017_michael.hanke.md

This file was deleted.

0 comments on commit bc530e3

Please sign in to comment.