From 9ad66c695d325e36520f993eaa7126a9d03670a4 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Mon, 9 Oct 2017 08:53:58 +0200 Subject: [PATCH] Update COMPOSER_RELEASE_NOTES.txt https://github.com/smarty-php/smarty/issues/373 --- COMPOSER_RELEASE_NOTES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/COMPOSER_RELEASE_NOTES.txt b/COMPOSER_RELEASE_NOTES.txt index c943d9f2..0644719c 100644 --- a/COMPOSER_RELEASE_NOTES.txt +++ b/COMPOSER_RELEASE_NOTES.txt @@ -27,3 +27,5 @@ To retrieve the development and documentation folders add "smarty/smarty-dev": "~3.1@dev" } +If you are using (include) the composer generated autoloader.php which is located +in the /vendor folder it is no longer needed to require the Smarty.class.php file. \ No newline at end of file