diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-02-27 12:56:40 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2021-02-27 12:56:40 +0100 |
| commit | edc2b9edb4175e373a52461f445a782e03189a87 (patch) | |
| tree | 56c853346bea4aa14fe6219cba5686f0567ca424 /docs/changelog.md | |
| parent | 19c58f03c6ec2539670da238dc48c3d43656e13d (diff) | |
| parent | 5cbe2c4f479614a14703963a22112179f8b0614a (diff) | |
| download | adodb-edc2b9edb4175e373a52461f445a782e03189a87.tar.gz adodb-edc2b9edb4175e373a52461f445a782e03189a87.tar.bz2 adodb-edc2b9edb4175e373a52461f445a782e03189a87.zip | |
Merge branch 'release/5.21' into master
# Conflicts:
# docs/changelog.md
Diffstat (limited to 'docs/changelog.md')
| -rw-r--r-- | docs/changelog.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index e84ff232..8e9ca209 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -47,6 +47,14 @@ Older changelogs: [#635](https://github.com/ADOdb/ADOdb/issues/635) +## [5.21.0] - 2021-02-27 + +### Fixed + +- pgsql: param(0) returns invalid `$0` placeholder + [#682](https://github.com/ADOdb/ADOdb/issues/682) + + ## [5.21.0-rc.1] - 2021-02-02 Includes all fixes from 5.20.20. @@ -1079,8 +1087,9 @@ Released together with [v4.95](changelog_v4.x.md#495---17-may-2007) - Adodb5 version,more error checking code now will use exceptions if available. -[Unreleased]: https://github.com/adodb/adodb/compare/v5.21.0-rc.1...master +[Unreleased]: https://github.com/adodb/adodb/compare/v5.21.0...master +[5.21.0]: https://github.com/adodb/adodb/compare/v5.21.0-rc.1...v5.21.0 [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 |
