From 976cfe69aaf372cfdb16e1a17f3892532e22a039 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 16 Sep 2019 08:59:50 -0400 Subject: [PATCH] Added family property #145. --- RELEASE_NOTES.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index e191d547c..20b194d78 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,3 +1,16 @@ +Release 4.5.11 +------------------- + +This is a maintenance release that fixes a number defects discovered since 4.5.10. + + +Changelog: +------------------- + +* Added family property #145. + Contributed by behrangsa + + Release 4.5.10 -------------------