diff --git a/dist/changes-1.3.0 b/dist/changes-1.3.0 index 9bb183c4993365f06623bf9fe2bffa28ee3ab02b..60379adf56ebec18c21027940f0c3eef8e684f72 100644 --- a/dist/changes-1.3.0 +++ b/dist/changes-1.3.0 @@ -11,4 +11,11 @@ This release introduces source and binary incompatible changes to the plugin API, so if you have created your own custom plugins, they will need to be adapted accordingly. +General: + + +Project support: + * Added support for adding and removing files from a generic Makefile-based + project (contributed by Kevin Michel) + ...