------------
We added preliminary support for ADIOS2 in this release.
As long as also the ADIOS1 backend is enabled it will take precedence for ``.bp`` files over the newer ADIOS2 backend.
In order to enforce using the new ADIOS2 backend in such a situation, set an environment variable: ``export OPENPMD_BP_BACKEND="ADIOS2"``.
We will change this default in upcoming releases to prefer ADIOS2.
The JSON backend is now always enabled.
The CMake option ``-DopenPMD_USE_JSON`` has been removed (as it is always ``ON`` now).
Previously, omitting a file ending in the ``Series`` constructor chose a "dummy" no-operation file backend.
This was confusing and instead a runtime error is now thrown.