diff --git a/docs/layouts/partials/home/info.html b/docs/layouts/partials/home/info.html index 7c8e1c2e60..43057f71bc 100644 --- a/docs/layouts/partials/home/info.html +++ b/docs/layouts/partials/home/info.html @@ -1,7 +1,7 @@

- Why pgJDBC ? + Why pgJDBC?

The PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL database using standard, database @@ -15,7 +15,7 @@

Latest Releases

- pgJDBC has released v42.6.0 on 17 March, 2023. This release has two major changes: Remove most uses of syncrhonized + pgJDBC has released v42.6.0 on 17 March, 2023. This release has two major changes: Remove most uses of synchronized in favour of reentrant locks, and remove the use of finalize.