File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,13 @@ From GDAL 3.12 to GDAL 3.13
1414
1515- Changes impacting C++ users:
1616
17- * :cpp:func: `GDALMajorObject::SetMetadata ` now takes a ``CSLConstList `` argument.
18- * :cpp:func: `GDALMajorObject::GetMetadata ` now returns a ``CSLConstList `` argument.
17+ * :cpp:func: `GDALMajorObject::SetMetadata ` now takes a ``CSLConstList `` argument
18+ (this does not require code changes but is an opportunity for users to have better const safety)
19+ * :cpp:func: `GDALMajorObject::GetMetadata ` and :cpp:func: `GDALGetMetadata `
20+ now return a ``CSLConstList `` argument.
21+ This will require users that stored the return value of those functions in
22+ ``char ** `` to use ``CSLConstList `` instead. Such change is compatible with
23+ earlier GDAL versions.
1924
2025From GDAL 3.11 to GDAL 3.12
2126---------------------------
You can’t perform that action at this time.
0 commit comments