From a258575e07bd8eea66ad016cee7774d70aae0c73 Mon Sep 17 00:00:00 2001 From: Qiangguo Feng <32355651+FengJungle@users.noreply.github.com> Date: Tue, 7 Sep 2021 13:30:23 +0800 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72299a1..ba3864f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # DesignPattern Jungle设计模式系列 +## 感谢 +感谢@ichdream对本项目的贡献,也欢迎和支持更多coder提出修改和指正 + ## 订正 -* +* 2021/09/07:merge @ichdream pull request,采用智能指针管理堆对象,引入makefile管理工程,修改文件编码格式 * 2021/04/04:为虚基类添加虚析构函数,避免内存泄露 * 2020/11/29:解决内存泄露问题 -* +* 代码资源:https://github.com/FengJungle/DesignPattern @@ -111,4 +114,4 @@ Jungle设计模式系列 26.设计模式(二十六)——模板方法模式 -博客地址:https://blog.csdn.net/sinat_21107433/article/details/102994585 \ No newline at end of file +博客地址:https://blog.csdn.net/sinat_21107433/article/details/102994585