Update NEWS.md
Change-Id: Icae438b8812162a9984cf9f9c954f14cbbc00b79
diff --git a/NEWS.md b/NEWS.md
index 9e71a1d..bae0810 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,11 @@
+# RKorAPClient 0.7.1.9000 (unreleased development version)
+
+- new parameters added to `collocationAnalysis` function:
+ - `maxRecurse` - apply collocation analysis recursively `maxRecurse` times
+ - `addExamples` - If `TRUE`, examples for instances of collocations will be added in a column `example`. This makes a difference in particular if 'node' is given as a lemma query.
+ - `thresholdScore` - association score function to use for computing the threshold that is applied for recursive collocation analysis calls
+ - `threshold`- minimum value of `thresholdScore` function call to apply collocation analysis recursively
+
# RKorAPClient 0.7.1 (CRAN release)
- documentation migrated to roxygen2md
- Some examples in the documentation are now wrapped with: