summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2023-08-08 00:20:33 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2023-08-08 00:20:33 +0200
commitaf54caa65a5efd1d7b5340d2d4a085a0840f87b2 (patch)
treeb6e183e279cc3d772f04b7f01c1b669687a06bbd /CHANGELOG.md
parent6c48c44be50cfcbe922ee8f83b172410c0433ef7 (diff)
downloadsmarty-af54caa65a5efd1d7b5340d2d4a085a0840f87b2.tar.gz
smarty-af54caa65a5efd1d7b5340d2d4a085a0840f87b2.tar.bz2
smarty-af54caa65a5efd1d7b5340d2d4a085a0840f87b2.zip
version bump
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ddbae7a4..73d06406 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [5.0.0-rc1] - 2023-08-08
+
### Added
- Added support for PHP8.2
- Added a new way to extend Smarty functionality using `Smarty::addExtension()` or `Smarty::setExtensions()`. Please see the docs for more information.