diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-02-01 12:56:00 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2021-02-02 00:43:37 +0100 |
| commit | 4b821c3e7eba20e34d1c0c1a238b91a6951bbb9c (patch) | |
| tree | 5f31d0f7522c2ac7aa1ecf7274d0b7e07408f800 | |
| parent | 2af4a68e524e514c81df9ddc4223be23711d40b5 (diff) | |
| download | adodb-4b821c3e7eba20e34d1c0c1a238b91a6951bbb9c.tar.gz adodb-4b821c3e7eba20e34d1c0c1a238b91a6951bbb9c.tar.bz2 adodb-4b821c3e7eba20e34d1c0c1a238b91a6951bbb9c.zip | |
Changelog for 5.21.0-rc.1
| -rw-r--r-- | docs/changelog.md | 33 |
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 |
