From a2223df10fd614ac0c778bbf9d4b08335e9ed9bb Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 12 Oct 2021 16:34:12 +0200 Subject: [PATCH] Fix news for release 3.0 --- docs/news.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 78bdc097c..bbaf5368c 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -10,8 +10,10 @@ Release notes Current release --------------- -psycopg 3.0b2 -^^^^^^^^^^^^^ +psycopg 3.0 +----------- + +First stable release. Changed from 3.0b1: - Add :ref:`adapt-shapely` (:ticket:`#80`). - Add :ref:`adapt-multirange` (:ticket:`#75`). @@ -21,6 +23,7 @@ psycopg 3.0b2 - Fix selection of dumper by oid after `~Copy.set_types()`. - Drop `!Connection.client_encoding`. Use `ConnectionInfo.encoding` to read it, and a :sql:`SET` statement to change it. +- Add binary packages for Python 3.10 (:ticket:`#103`). psycopg 3.0b1 -- 2.47.2