From 15db0aed25fe8bd130aedc05bd084a72a15c45a0 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 29 Sep 2015 14:28:08 -0400 Subject: [PATCH] Update release notes. --- docs/releases/2.0.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/2.0.rst b/docs/releases/2.0.rst index 20695c6fcf..e8e117832f 100644 --- a/docs/releases/2.0.rst +++ b/docs/releases/2.0.rst @@ -341,6 +341,9 @@ Other changes * Add tool to OCR all documents of a type. * Fix rendering of text files with Unicode characters. * Capture body of emails as a text document. +* All app APIs are top level URLs. +* CI using gitlab-ci. +* Coverage report with codecov.io. Removals --------