Update changelog for getenv() support
diff --git a/core/php7.1Action/CHANGELOG.md b/core/php7.1Action/CHANGELOG.md
index b32fa53..b12368f 100644
--- a/core/php7.1Action/CHANGELOG.md
+++ b/core/php7.1Action/CHANGELOG.md
@@ -20,6 +20,7 @@
 ## Apache 1.14.0 (next release)
 Changes:
   - Update version of PHP to 7.1.30
+  - Support getenv()
 
 ## Apache 1.13.0-incubating
 Changes:
diff --git a/core/php7.2Action/CHANGELOG.md b/core/php7.2Action/CHANGELOG.md
index 5d361ae..879e17f 100644
--- a/core/php7.2Action/CHANGELOG.md
+++ b/core/php7.2Action/CHANGELOG.md
@@ -17,9 +17,10 @@
 #
 -->
 
-## Apache 1.14.0-incubating (next release)
+## Apache 1.14.0 (next release)
 Changes:
   - Update version of PHP to 7.2.19
+  - Support getenv()
 
 ## Apache 1.13.0-incubating
 Changes:
diff --git a/core/php7.3Action/CHANGELOG.md b/core/php7.3Action/CHANGELOG.md
index 2e5d708..4c44cf3 100644
--- a/core/php7.3Action/CHANGELOG.md
+++ b/core/php7.3Action/CHANGELOG.md
@@ -20,6 +20,7 @@
 Changes:
   - Update version of PHP to 7.3.6
   - Added PHP extension mongodb
+  - Support getenv()
 
 
 ## Apache 1.13.0-incubating