This is an automated email from the ASF dual-hosted git repository.

akrabat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git


The following commit(s) were added to refs/heads/master by this push:
     new 91bd190  add migration guide info to php8.1 changelog (#123)
91bd190 is described below

commit 91bd19015aeb71cacee6b61ff53cb242922dfeb5
Author: Luke-Roy-IBM <[email protected]>
AuthorDate: Mon Aug 29 09:55:08 2022 +0200

    add migration guide info to php8.1 changelog (#123)
---
 core/php8.1Action/CHANGELOG.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/php8.1Action/CHANGELOG.md b/core/php8.1Action/CHANGELOG.md
index 7bec0b5..86530ee 100644
--- a/core/php8.1Action/CHANGELOG.md
+++ b/core/php8.1Action/CHANGELOG.md
@@ -17,6 +17,9 @@
 #
 -->
 
+## Migrating from PHP 7 to PHP 8
+PHP 8 as new features and some incompatiblities. See [migration 
guide](https://www.php.net/manual/en/migration80.php) for more information.
+
 ## Next Release
 Initial release
 

Reply via email to