From 7125237aaad5c0cc99ff12e95e3a4e4169351011 Mon Sep 17 00:00:00 2001 From: Anil Tuncel Date: Tue, 16 Jan 2024 20:06:22 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 046a603b..7df3081d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_, and this project adheres to `Semantic Versioning `_. +5.5.4 - 2024-01 +---------------- + +- Type annotate api.py's functions. +- Deprecate camel case function names in api.py. +- Start using same requirements_docs.txt in readthedocs and tox. +- Enable autodoc and typehints in the API documentation. +- Fix docstring errors in the io module. +- Add changelog to the documentation. + + 5.5.3 - 2024-01 ---------------- - Add type stub for cppcore module to make Python recognise the C++ functions' arguments and return values.