Suppose, there exists a test test-abc_V0.0.0.
This test, at the time of addition was tested against 1 algorithm. But as the test grows and becomes versioned, for example, test-acb_v0.1.0 and has a new algorithm associated with it, does this new algorithm need to be added to the old version notes as well?
Example:
| test |
algorithm |
| test-abc_v0.0.0 |
algo-abc |
| test-abc_v0.1.0 |
algo-abc,algo-def |
Now, algo-def was added on a later date (when v0.1.0 was released). Do we have to update v0.0.0 release notes to show algo-def performance? If yes, that is an ever growing job as we increase the version of the tests.