LUCENE-1822: add a note in Changes in runtime behavior

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_1@1438826 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index c8b7553..0480ac0 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -335,6 +335,13 @@
   This only affects requests with depth>1. If you execute such requests and
   rely on the facet results being returned flat (i.e. no hierarchy), you should
   set the ResultMode to GLOBAL_FLAT. (Shai Erera, Gilad Barkai) 
+
+* LUCENE-1822: Improves the text window selection by recalculating the starting margin
+  once all phrases in the fragment have been identified in FastVectorHighlighter. This
+  way if a single word is matched in a fragment, it will appear in the middle of the highlight,
+  instead of 6 characters from the beginning. This way one can also guarantee that
+  the entirety of short texts are represented in a fragment by specifying a large
+  enough fragCharSize.
   
 Optimizations