From 99ec52942b570eceaefd5cb68fbb12741efeed5f Mon Sep 17 00:00:00 2001 From: Shawn Willden Date: Wed, 4 May 2016 20:54:29 -0700 Subject: [PATCH] Python release 0.716 --- python/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/python/ChangeLog b/python/ChangeLog index a1d40a71..cf0ddcc0 100644 --- a/python/ChangeLog +++ b/python/ChangeLog @@ -1,3 +1,11 @@ +Keyczar Python release 0.716 +================== +2016-05-04 Shawn Willden + +Overview of Changes: + * Replace the Memoize decorator with property cache to avoid memory leak. + * Add compatiblity with django-environ (Path) + Keyczar Python release 0.715 ================== Overview of Changes: