From e34238390aaea0c16b10f5c10bbb1e522fe3c59f Mon Sep 17 00:00:00 2001 From: Marcus Ottosson Date: Thu, 2 Oct 2014 11:58:51 +0100 Subject: [PATCH] Updating CHANGES --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index ad3e29d4..c031c677 100644 --- a/CHANGES +++ b/CHANGES @@ -25,6 +25,9 @@ Version 1.0.8 - Plug-ins for other hosts than the currently running host are discarded upon discovery. This means that they will be invisible to any incompatible host. +- Optional plug-ins. A plug-in may now be marked "optional" and thus + be ignored during processing by user-request using + pyblish.main.publish(include_optional=False) Version 1.0.7 -------------