From 3dc624f807f58dc0e30da6b322668480ab4aed6f Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Wed, 12 Dec 2018 09:00:58 -0800 Subject: [PATCH] Update notes on SSI feature additions. --- docs/PreReleaseNotes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/PreReleaseNotes.txt b/docs/PreReleaseNotes.txt index b8c6a1d5079..c3f7645ae32 100644 --- a/docs/PreReleaseNotes.txt +++ b/docs/PreReleaseNotes.txt @@ -6,6 +6,8 @@ Prerelease Notes ================ + **New Features** + * **[SSI]** Export request scaling interface. + * **[SSI]** Add generic Control() method for future use. * **[SSI]** Simplify GetResponseData() to return void not enum (breaks ABI). * **[Server]** Trivialize OFS plugin wrapping (breaks ABI). * **[Server]** Add additional fields to he SecEntity structure (breaks ABI).