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