diff --git a/news/4.40/images/versionAdd_quickFix.png b/news/4.40/images/versionAdd_quickFix.png new file mode 100644 index 00000000..e2ac9d10 Binary files /dev/null and b/news/4.40/images/versionAdd_quickFix.png differ diff --git a/news/4.40/pde.md b/news/4.40/pde.md index 07254404..d21ecdf4 100644 --- a/news/4.40/pde.md +++ b/news/4.40/pde.md @@ -71,3 +71,21 @@ both are shown in the format `Name [ID]`; otherwise, only the ID is displayed. ![Target Editor showing IU IDs](images/target-editor-iu-id.png) + + +### Version Mapping for Required Bundles and Imported Packages +
+Contributors + +- [Neha Burnwal ](https://github.com/nburnwal09) + +
+ +A quick fix is provided for adding the available matching version range for required bundles and imported packages +in the `MANIFEST.MF` file. + +![Addition of matching version](images/versionAdd_quickFix.png) + +The quick fix is labeled as `Require latest available version range`. +Once the user clicks on `Finish`, it adds the version range to the specific require bundle or import package. +For example, version 7.2.3 is interpreted as the compatible range [7.2.0,8.0.0) \ No newline at end of file