From 1e4778446bc7bb12e615b4f6e4607328128ae942 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 5 Oct 2024 19:00:39 -0500 Subject: [PATCH] changelog --- CHANGES/16.doc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/16.doc.rst b/CHANGES/16.doc.rst index 8eebb64..2566e4a 100644 --- a/CHANGES/16.doc.rst +++ b/CHANGES/16.doc.rst @@ -1 +1 @@ -Added API documentation for the :func:`cached_property` and :func:`under_cached_property` decorators -- by :user:`bdraco`. +Added API documentation for the :func:`propcache.cached_property` and :func:`propcache.under_cached_property` decorators -- by :user:`bdraco`.