You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2021/03/08 17:11:35 UTC

[uima-uimafit] branch UIMA-6330-uimaFIT-2.6.0-release updated: [UIMA-6330] uimaFIT 2.6.0 release

This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch UIMA-6330-uimaFIT-2.6.0-release
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git


The following commit(s) were added to refs/heads/UIMA-6330-uimaFIT-2.6.0-release by this push:
     new 340a573  [UIMA-6330] uimaFIT 2.6.0 release
340a573 is described below

commit 340a5733cb3c8c93e95d978170545a6ba70783f8
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Mar 8 18:11:31 2021 +0100

    [UIMA-6330] uimaFIT 2.6.0 release
    
    - Mention alignment of select methods
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8f79b39..010c3c6 100644
--- a/README.md
+++ b/README.md
@@ -44,10 +44,12 @@ as a drop-in replacement for previous uimaFIT 2.x versions.
 
 Notable changes include:
 
- * Added facility to validate CASes for consistency using pluggable validators
+ * Added facility to validate CASes for consistency using plug-able validators
  * Improved performance of constructing type system descriptions, index definitions and
    type priorities based on classpath scanning
  * Improved performance of selectCovering
+ * Changed select* methods to align with the new behavior of the select API in UIMA 3.2.0 in
+   particular with respect to zero-width annotations
  * Changed uimaFIT plugin to by default fail when an error is encountered
  * Changed the documentation format from DocBook XML to Asciidoc
  * Fixed uimaFIT Maven plugin failing to import type systems in "generate" goal