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.