From d0710a8abc2fdfc1a034cd9c57b64151bf0da46f Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 11 Jan 2015 11:20:47 +0100 Subject: [PATCH] tutorial mentioned in the changelog --- developer_manual/app/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/developer_manual/app/changelog.rst b/developer_manual/app/changelog.rst index f31060a32..3098026fb 100644 --- a/developer_manual/app/changelog.rst +++ b/developer_manual/app/changelog.rst @@ -35,4 +35,5 @@ Features * A :doc:`container ` is now optional * The :doc:`container ` can now automatically resolve and build classes based on type hints and variable naming conventions * :doc:`Routes ` can now be returned as an array in **appinfo/routes.php** if the **** tag is set in **appinfo/info.xml**. The :doc:`container ` must either be omitted or available under **appinfo/application.php** and named **OCA\\YourApp\\YourNamespace\\AppInfo\\Application** -* **vendor_script** and **vendor_style** :doc:`template functions ` have been added to load styles and scripts from your **vendor** folder \ No newline at end of file +* **vendor_script** and **vendor_style** :doc:`template functions ` have been added to load styles and scripts from your **vendor** folder +* The documentation now features an :doc:`app tutorial ` \ No newline at end of file