From 00464a4b45f4f0f422dab990082e0741b1d0bb2c Mon Sep 17 00:00:00 2001 From: guilherme-mendes Date: Fri, 20 Nov 2020 15:16:35 -0300 Subject: [PATCH] =?UTF-8?q?UnBArqDsw/2020.1=5FG13=5FProjeto#160=20?= =?UTF-8?q?=F0=9F=93=96=20DOC:=20Add=20review=20for=20Factory=20Method=20M?= =?UTF-8?q?anagement=20Generator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/DesignPatterns/CreationalGoFs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DesignPatterns/CreationalGoFs.md b/docs/DesignPatterns/CreationalGoFs.md index 26dc475..ee22311 100644 --- a/docs/DesignPatterns/CreationalGoFs.md +++ b/docs/DesignPatterns/CreationalGoFs.md @@ -7,6 +7,7 @@ | 25/10/2020 | 0.2 | Adição do padrão Singleton | [Caio Vinícius](https://github.com/caiovfernandes), [Guilherme Mendes](https://github.com/guilherme-mendes), [Iuri Severo](https://github.com/iurisevero), [João Guedes](https://github.com/sudjoao) e [Lucas Fellipe](https://github.com/lucasfcm9) | | 26/10/2020 | 1.0 | Revisão do documento | [Caio Vinícius](https://github.com/caiovfernandes), [Guilherme Mendes](https://github.com/guilherme-mendes), [Iuri Severo](https://github.com/iurisevero), [João Guedes](https://github.com/sudjoao) e [Lucas Fellipe](https://github.com/lucasfcm9) | | 26/10/2020 | 1.1 | Adição do Management Generator em Factory Method | [Iuri Severo](https://github.com/iurisevero) e [João Guedes](https://github.com/sudjoao) | +| 20/11/2020 | 1.2 | Revisão do Management Generator em Factory Method | [Guilherme Mendes](https://github.com/guilherme-mendes) | ## Factory Method