From 55a05e99fa7f657893c8ec84c6940487b3d9cb94 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 28 Dec 2011 18:34:23 -0800 Subject: [PATCH] Document that the showPerformanceIndicator setting is gone. --- docs/migration.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/migration.txt b/docs/migration.txt index b88aa7af1..24ed0b9aa 100644 --- a/docs/migration.txt +++ b/docs/migration.txt @@ -418,3 +418,7 @@ NEW: $session->request->ifModifiedSince; WebGUI::Workflow::Activity ========================== getEditForm now returns a WebGUI::FormBuilder object + +Show Performance Indicators +========================== +This setting is removed, as the Plack debug console shows this for us.