Skip to content

Commit ab4d072

Browse files
committed
[skip-ci][doc] Add TDirectoryFile::mkdir changes to release notes
1 parent 64922e4 commit ab4d072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README/ReleaseNotes/v640/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ The following people have contributed to this new version:
4444
## Core Libraries
4545

4646
## I/O
47+
* The behavior or `TDirectoryFile::mkdir` (which is also `TFile::mkdir`) was changed regarding the creation of directory hierarchies: calling `mkdir("a/b/c", "myTitle")` will now assign `myTitle` to the innermost directory `"c"` (before this change it would assign it to `"a"`).
48+
* Fixed a bug in `TDirectoryFile::mkdir` where passing `returnExistingDirectory = true` would not work properly in case of directory hierarchies. The option is now correctly propagated to `mkdir`'s inner invocations.
4749

4850
### TTree
4951

0 commit comments

Comments
 (0)