forked from datalad/datalad-next
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing changelog items since 1.1.0
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
### 🐛 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) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### 💫 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) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### 🏠 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) |