From 8b52469038fe5fa531c6a26a90192dbc4b80a569 Mon Sep 17 00:00:00 2001 From: Brian Carrier Date: Tue, 6 Aug 2013 11:15:07 -0400 Subject: [PATCH] New API file to track future changes --- API-CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 API-CHANGES.txt diff --git a/API-CHANGES.txt b/API-CHANGES.txt new file mode 100644 index 0000000000..00630882bd --- /dev/null +++ b/API-CHANGES.txt @@ -0,0 +1,3 @@ +Changes to make to API when we are ready to make backward incompatible changes: + +- HTMLReport has special API for more context on columns and special handling in REportGenerator. Change all reports to the new API.