From 8d58a8906c7d8ac53d0f3b772a8c31c82473d699 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Wed, 12 Oct 2022 22:39:48 +0200 Subject: [PATCH] changelog --- docs/source/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 7907f31..49a2657 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -11,6 +11,7 @@ Change Log - improved type hint for expose() - added Proxy._pyroLocalSocket property that is the local socket address used in the proxy. - serve() no longer defaults host parameter to empty string, but None. To be more similar to what a creation of Daemon() normally does. +- fixed a Python 3.11 serialization issue **Pyro 5.13.1**