From 197ab976b8b125463ec49fe3b88c8807ef81695e Mon Sep 17 00:00:00 2001 From: Peter Knut Date: Sat, 16 Mar 2024 19:11:38 +0100 Subject: [PATCH] Update changes.txt --- changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes.txt b/changes.txt index c62761aa..c368fd06 100644 --- a/changes.txt +++ b/changes.txt @@ -1,4 +1,7 @@ Adminer 4.9.0-dev: +Validate connection to server in HTTP based drivers + +Adminer 4.8.2: Support multi-line table comments MySQL: Use ST_SRID() instead of SRID() for MySQL 8 (PR #418) PostgreSQL: Don't reset table comments (regression from 4.2.0)