From 9d047748bc856c5009f018e47aa4a83d0e2bdb70 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 17 Oct 2020 11:43:40 -0400 Subject: [PATCH] updated changelog --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef52fe25..f1daa04c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # @vladmandic/human -Version: **0.3.5** +Version: **0.3.6** Description: **human: 3D Face Detection, Iris Tracking and Age & Gender Prediction** Author: **Vladimir Mandic ** @@ -10,6 +10,18 @@ Repository: **** ## Changelog +### **HEAD -> main** 2020/10/17 mandic00@live.com +- parallelized agegender operations + +### **origin/main, origin/HEAD** 2020/10/17 mandic00@live.com + +### **0.3.6** 2020/10/17 mandic00@live.com +- fixed webcam initialization +- fixed memory leaks and added scoped runs +- modularized draw +- added state handling +- refactored package file layout + ### **0.3.5** 2020/10/16 mandic00@live.com - added auto-generated changelog