From 9f88858cac462004b810b61315c501d3755bd2f7 Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Tue, 10 Jan 2006 00:52:31 +0000 Subject: [PATCH] gotcha.txt from 6.8.4 --- docs/gotcha.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 917473605..8f4f957eb 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -14,6 +14,15 @@ save you many hours of grief. migration.txt to bring your custom code up to date with the new API. +6.8.4 +-------------------------------------------------------------------- + * The If macro has been removed because it's far too dangerous and + error prone. If you use the If macro you may continue to use + it at your own risk, maintenance, and support cost, but it + is no longer supported by Plain Black. + + + 6.8.1 --------------------------------------------------------------------