From f71ef642385e92f1f64dd942c553d9557f840b4e Mon Sep 17 00:00:00 2001 From: cytopia Date: Wed, 30 Nov 2022 06:55:10 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3acd64b..f825972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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