summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.md33
1 files changed, 31 insertions, 2 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index a35cc4f0..da44055a 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -14,12 +14,41 @@ Older changelogs:
--------------------------------------------------------------------------------
+## [5.21.0-rc.1] - Unreleased
+
+Includes all fixes from 5.20.20.
+
+### Added
+
+- Explicit support for PHP 8 with Composer
+
+### Fixed
+
+- Replace adodb_str_replace() calls with str_replace()
+ [#646](https://github.com/ADOdb/ADOdb/issues/646)
+- pgsql: override ADODB_DataDict::ChangeTableSQL()
+ [#634](https://github.com/ADOdb/ADOdb/issues/634)
+- sqlite: fix metaIndexes does not return primary key correctly
+ [#656](https://github.com/ADOdb/ADOdb/issues/656)
+- xmlschema: PHP8 compatibility
+ [#658](https://github.com/ADOdb/ADOdb/issues/658)
+
+### Removed
+
+- Support for PHP < 5.5.9
+ [#654](https://github.com/ADOdb/ADOdb/issues/654)
+- XML-RPC Interface
+ [#671](https://github.com/ADOdb/ADOdb/issues/671)
+- Magic quotes related code
+ [#674](https://github.com/ADOdb/ADOdb/issues/674)
+
+
## [5.20.20] - 2021-01-31
### Fixed
- Fix usage of get_magic_* functions
- [#619](https://github.com/ADOdb/ADOdb/issues/657)
+ [#619](https://github.com/ADOdb/ADOdb/issues/619)
[#657](https://github.com/ADOdb/ADOdb/issues/657)
- Fix PHP warning in _rs2rs() function
[#679](https://github.com/ADOdb/ADOdb/issues/679)
@@ -1016,7 +1045,7 @@ Released together with [v4.95](changelog_v4.x.md#495---17-may-2007)
- Adodb5 version, added iterator support for adodb_recordset_empty.
- Adodb5 version,more error checking code now will use exceptions if available.
-
+[5.21.0-rc.1]: https://github.com/adodb/adodb/compare/v5.21.0-beta.1...v5.21.0-rc.1
[5.21.0-beta.1]: https://github.com/adodb/adodb/compare/v5.20.20...v5.21.0-beta.1
[5.20.20]: https://github.com/adodb/adodb/compare/v5.20.19...v5.20.20