From 78fba1c3829356a58fa9a409fa53f4fa4f47893e Mon Sep 17 00:00:00 2001 From: Marvin Reimer Date: Mon, 20 Apr 2015 15:45:55 +0200 Subject: [PATCH] change changelog text --- doc/changelog/v0.2.3.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/changelog/v0.2.3.rst b/doc/changelog/v0.2.3.rst index 57a08e5e65..cefda243c1 100644 --- a/doc/changelog/v0.2.3.rst +++ b/doc/changelog/v0.2.3.rst @@ -33,8 +33,9 @@ The most interesting changes are the following: * Flickr importer: import tasks for image classification projects directly from a Flickr account. * Dropbox importer: import tasks directly from public files in a Dropbox account. - * Apps are now projects: apps have been renamed to projects in all the code, both - front-end and back-end, including database. + * Apps are now projects: URL for projects have been renamed from /app/aproject to + /project/aproject in all the code, both front-end and back-end, including + database including API. * Plugins system: support for creating custom plugins and add them to a PyBossa server has been added.