Skip to content

Commit 2bf70a3

Browse files
committed
add to CHANGLOG.md
1 parent 461163a commit 2bf70a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ file an issue, so that we can see how to handle this.
8989
* Deprecated `FairRunAna::Run(Long64_t entry)`
9090
* Functionality unclear due to dubious `Run(int)` and `Run(long)`.
9191
* Use `FairRunAna::RunSingleEntry(Long64_t entry)` instead.
92+
* Deprecated `FairSource::Close()` and `FairSink::Close()`
93+
* The resource closing should be handled by its owner.
94+
* Close the resource in destructors of the derived classes instead.
9295
9396
### Other Notable Changes
9497
* Consider calling `fairroot_check_root_cxxstd_compatibility()`

0 commit comments

Comments
 (0)