summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2024-04-23 00:22:13 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2024-04-23 00:22:13 +0200
commit47c4864dd11f60038689763c0dfe8f706c0cbf42 (patch)
tree9264e9674597769e93bba9c301d0393cb5b12ba4 /changelog
parentf411247aa11e2a88455581128c9bb1e8895af890 (diff)
downloadsmarty-47c4864dd11f60038689763c0dfe8f706c0cbf42.tar.gz
smarty-47c4864dd11f60038689763c0dfe8f706c0cbf42.tar.bz2
smarty-47c4864dd11f60038689763c0dfe8f706c0cbf42.zip
version bump
Diffstat (limited to 'changelog')
-rw-r--r--changelog/1000.md1
-rw-r--r--changelog/918.md1
-rw-r--r--changelog/933.md1
-rw-r--r--changelog/937.md2
-rw-r--r--changelog/972.md1
-rw-r--r--changelog/994.md1
-rw-r--r--changelog/996.md1
7 files changed, 0 insertions, 8 deletions
diff --git a/changelog/1000.md b/changelog/1000.md
deleted file mode 100644
index 5aa31f8c..00000000
--- a/changelog/1000.md
+++ /dev/null
@@ -1 +0,0 @@
-- Fix invalid classnames in Runtime code for foreach [#1000](https://github.com/smarty-php/smarty/issues/1000) \ No newline at end of file
diff --git a/changelog/918.md b/changelog/918.md
deleted file mode 100644
index 853fdd12..00000000
--- a/changelog/918.md
+++ /dev/null
@@ -1 +0,0 @@
-- 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)
diff --git a/changelog/933.md b/changelog/933.md
deleted file mode 100644
index 7c6633cf..00000000
--- a/changelog/933.md
+++ /dev/null
@@ -1 +0,0 @@
-- Using stream variables in templates now throws a deprecation notice [#933](https://github.com/smarty-php/smarty/pull/933)
diff --git a/changelog/937.md b/changelog/937.md
deleted file mode 100644
index 37f80e99..00000000
--- a/changelog/937.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- Documented support for `{if $element is in $array}` syntax [#937](https://github.com/smarty-php/smarty/issues/937)
-- Added support for `{if $element is not in $array}` syntax [#937](https://github.com/smarty-php/smarty/issues/937) \ No newline at end of file
diff --git a/changelog/972.md b/changelog/972.md
deleted file mode 100644
index e1e930a3..00000000
--- a/changelog/972.md
+++ /dev/null
@@ -1 +0,0 @@
-- Fix Smarty::assign() not returning $this when called with an array as first parameter [#972](https://github.com/smarty-php/smarty/pull/972) \ No newline at end of file
diff --git a/changelog/994.md b/changelog/994.md
deleted file mode 100644
index 16c58c51..00000000
--- a/changelog/994.md
+++ /dev/null
@@ -1 +0,0 @@
-- Fix that getTemplateVars would return an array of objects instead of the assigned variables values [#994](https://github.com/smarty-php/smarty/issues/994) \ No newline at end of file
diff --git a/changelog/996.md b/changelog/996.md
deleted file mode 100644
index 3735bcc7..00000000
--- a/changelog/996.md
+++ /dev/null
@@ -1 +0,0 @@
-- Prevent deprecation notices during compilation in PHP8.3 [#996](https://github.com/smarty-php/smarty/issues/996)