update readme

This commit is contained in:
Florent
2013-05-14 09:26:35 +02:00
parent f157729ea4
commit 7ddaa0abe5

View File

@@ -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)
* Adding Mediator Pattern (+ Tests)
* Adding a full example of Chain of Responsibilities (+Tests)
* PSR-0 for FluentInterface & Tests
* Null Object Pattern (+ Tests)