summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorSimon Wisselink <wisskid@users.noreply.github.com>2024-03-25 13:44:06 +0100
committerGitHub <noreply@github.com>2024-03-25 13:44:06 +0100
commit7255b4d73cccb995b72560b365eb0af62327e64c (patch)
treee6fcd8356b1b1e780c30b2449f5f47f58683723a /changelog
parente161babbd49840de2ae7a5e358e59f52d66c1f0a (diff)
downloadsmarty-7255b4d73cccb995b72560b365eb0af62327e64c.tar.gz
smarty-7255b4d73cccb995b72560b365eb0af62327e64c.tar.bz2
smarty-7255b4d73cccb995b72560b365eb0af62327e64c.zip
Internal compiler classes always return a string (#918)
* Internal compiler classes always return a string (the internal has_code flag has been removed for simplicity) * Add :string method signature to compile method everywhere.
Diffstat (limited to 'changelog')
-rw-r--r--changelog/918.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/918.md b/changelog/918.md
new file mode 100644
index 00000000..853fdd12
--- /dev/null
+++ b/changelog/918.md
@@ -0,0 +1 @@
+- Internal compiler classes always return a string (the internal has_code flag has been removed for simplicity) [#918](https://github.com/smarty-php/smarty/pull/918)