File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77- CompoundData : Fixed bad formatting of exception messages [^1].
88
9+ Breaking Changes
10+ ----------------
11+
12+ - MessageHandler : Removed support for passing `boost::format` objects to `msg()`. Use `fmt::format()` instead.
13+ - FileSequence : Removed `fileNameTemplate()` protected method. Use `fileNameForFrame()` instead.
14+
915[^1]: To be omitted from the notes for the final 10.7.0.0 release.
1016
111710.7.0.0a5 (relative to 10.7.0.0a4)
@@ -24,8 +30,6 @@ Breaking Changes
2430----------------
2531
2632- Canceller : Changed base class.
27- - MessageHandler : Removed support for passing `boost::format` objects to `msg()`. Use `fmt::format()` instead.
28- - FileSequence : Removed `fileNameTemplate()` protected method. Use `fileNameForFrame()` instead.
2933
3034Build
3135-----
You can’t perform that action at this time.
0 commit comments