From 37e522e77e3f0378215537b1ba9b89aced448d00 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Mon, 18 Sep 2017 18:34:22 +0200 Subject: [PATCH] Document API breaks --- doc/api_break.dox | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api_break.dox b/doc/api_break.dox index 887b39addb0a..ea7cde03e5af 100644 --- a/doc/api_break.dox +++ b/doc/api_break.dox @@ -2550,6 +2550,8 @@ in code which previously passed a null pointer to QgsVectorFileWriter. - setSymbologyScaleDenominator() and symbologyScaleDenominator() were renamed to setSymbologyScale() and symbologyScale() for consistency with other parts of the QGIS API. - The addFeature which takes a renderer argument was renamed to addFeatureWithStyle. +- static `writeAsVectorFormat` calls no longer take a errorMessage argument in + python and instead return a `(errorCode, errorMessage)` tuple. QgsWMSLegendNode {#qgis_api_break_3_0_QgsWMSLegendNode}