We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461163a commit 2bf70a3Copy full SHA for 2bf70a3
CHANGELOG.md
@@ -89,6 +89,9 @@ file an issue, so that we can see how to handle this.
89
* Deprecated `FairRunAna::Run(Long64_t entry)`
90
* Functionality unclear due to dubious `Run(int)` and `Run(long)`.
91
* 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.
95
96
### Other Notable Changes
97
* Consider calling `fairroot_check_root_cxxstd_compatibility()`
0 commit comments