diff --git a/news/4.38/images/addingVersionReqBundles.png b/news/4.38/images/addingVersionReqBundles.png new file mode 100644 index 000000000..40fc7bc3d Binary files /dev/null and b/news/4.38/images/addingVersionReqBundles.png differ diff --git a/news/4.38/pde.md b/news/4.38/pde.md index d1f079053..ea4dd4969 100644 --- a/news/4.38/pde.md +++ b/news/4.38/pde.md @@ -10,7 +10,21 @@ A special thanks to everyone who [contributed to PDE](acknowledgements.md#plug-i ## API Tools --> - + + +### Version Mapping for Required Bundles +
+Contributors + +- [Neha Burnwal ](https://github.com/nburnwal09) + +
+ +A quick fix was provided for adding the available matching version for a required bundle in the `MANIFEST.MF` file. + +![Addition of matching version](images/addingVersionReqBundles.png) + +The quick fix is labeled as `Require latest available version`. +Once the user clicks on `Finish`, it adds the version to the specific Required bundle. +This quick fix is added to enhance user experience.