From cef52c503658e5ff726db296cd2ec144cdaa4c9e Mon Sep 17 00:00:00 2001 From: elextr Date: Sun, 8 Nov 2015 14:05:13 +1000 Subject: [PATCH] Add warning for coming change to README --- geanypy/README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/geanypy/README b/geanypy/README index 3e7917451..7a65ac619 100644 --- a/geanypy/README +++ b/geanypy/README @@ -12,6 +12,15 @@ which mirror the Geany C API will probably not change unless the Geany API changes, however new API may be added. Also documentation is needed, contributions are welcome. +.. warning:: + The upstream Geanypy is being updated to use the new proxy plugins mechanism + which will allow Python plugins to be first class plugins. This also allows + them to have keybindings and all the features of C plugins. This change + causes some incompatibilities with current plugins, and existing Python plugins will + need to be upgraded. It is intended that the version of Geanypy with + Geany-Plugins 1.27 will contain the changes, and from that release existing + plugins may not work. + How it works ------------