From 7ddaa0abe59424f6667499932a4dfa3708a70470 Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 14 May 2013 09:26:35 +0200 Subject: [PATCH] update readme --- README.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 168fc4a..2c98e30 100644 --- a/README.markdown +++ b/README.markdown @@ -23,4 +23,7 @@ Changes I've made : * Fixing the Adapter Pattern because it was buggy and incomplete (+ Tests) * Adding Template Method Pattern (+ Tests) * Adding Builder Pattern (+ Tests) -* Adding Mediator Pattern (+ Tests) \ No newline at end of file +* Adding Mediator Pattern (+ Tests) +* Adding a full example of Chain of Responsibilities (+Tests) +* PSR-0 for FluentInterface & Tests +* Null Object Pattern (+ Tests) \ No newline at end of file