Merge branch 'patch-1'

This commit is contained in:
Simon Wisselink
2022-04-26 22:06:29 +02:00
2 changed files with 5 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -7,6 +7,8 @@
# exclude from git export
/tests export-ignore
/demo export-ignore
/docs export-ignore
/utilities export-ignore
/.github export-ignore

View File

@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Exclude docs and demo from export and composer [#751](https://github.com/smarty-php/smarty/pull/751)
### Fixed
- PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.php [#706](https://github.com/smarty-php/smarty/issues/706)
- PHP 8.1 deprecation notices in truncate modifier [#699](https://github.com/smarty-php/smarty/issues/699)