Update CHANGELOG

This commit is contained in:
cytopia
2022-11-30 06:55:10 +01:00
parent 825bc41054
commit f71ef64238

View File

@@ -6,11 +6,16 @@
## Release 0.144
This is a massive restructuring release, which adds another layer on top of Ansible to easily manage/edit/add PHP extensions and to configure their respective order of building and loading.
### Added
- Added tons of documentation
- Added mechanism to easily build custom images with custom set of PHP extensions
- Added automated PHP extension dependency resolver (order of built is always correct)
- Added Credit to contributors
### Changed
- Split out PHP extensions int separate directories
- Split out PHP extensions into separate directories
- Restructured Documentation