From 701aeda05e39706681c05dc282ab6d90016c3997 Mon Sep 17 00:00:00 2001 From: Burak Arslan Date: Thu, 3 Feb 2022 05:55:14 +0300 Subject: [PATCH] punctuation! --- CHANGELOG.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bda9ba8c3..3cf6f6663 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,11 +4,11 @@ Changelog spyne-2.14.0 ------------ -* Python 3.10 support -* msgpack 1.x support -* sqlalchemy 1.2, 1.3, 1.4 support -* Ported the Http subsystem to Python 3 -* Support for interface document customization +* Python 3.10 support. +* msgpack 1.x support. +* sqlalchemy 1.2, 1.3, 1.4 support. +* Ported the Http subsystem to Python 3. +* Support for interface document customization. Thanks to github.com/PyGuDev * Dropped deprecated integration for SqlAlchemy. In other words, ``spyne.model.table`` is gone.