diff --git a/news/4.30/pde.html b/news/4.30/pde.html index d2ce9adb2..240eb38e1 100644 --- a/news/4.30/pde.html +++ b/news/4.30/pde.html @@ -59,6 +59,33 @@

Plug-in Development Environment

+ + + + + + Removed support for unnecessary attributes in Features and Products + + The Feature editor has its support for the following attributes of plugin elements removed: + + These attributes are unused and without effect for a long time and unnecessarily increase the complexity of the editor and the size of a feature.xml file. + They are ignored when present in an existing Feature and removed by the editor upon the next modification through the editor. +

+ The Product Configuration editor has its support for the following attribute of plugin elements removed: +

+ This attribute is unused and without effect for a long time and unnecessarily increase the size of a .product file. + They are ignored when present in an existing Product and removed by the editor upon the next modification through the editor. +

+ + +