Include docs en demo in the releases.

Fixes #799
This commit is contained in:
Simon Wisselink
2022-09-20 22:45:16 +02:00
parent 32a11b34ea
commit bf7d6b8bd8
2 changed files with 3 additions and 2 deletions

2
.gitattributes vendored
View File

@ -7,8 +7,6 @@
# exclude from git export
/tests export-ignore
/demo export-ignore
/docs export-ignore
/utilities export-ignore
/docker-compose.yml 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
- Include docs and demo in the releases [#799](https://github.com/smarty-php/smarty/issues/799)
### Fixed
- Output buffer is now cleaned for internal PHP errors as well, not just for Exceptions [#514](https://github.com/smarty-php/smarty/issues/514)
- Fixed recursion and out of memory errors when caching in complicated template set-ups using inheritance and includes [#801](https://github.com/smarty-php/smarty/pull/801)