diff --git a/README.md b/README.md
index f0d510e..01f6a7a 100644
--- a/README.md
+++ b/README.md
@@ -76,3 +76,14 @@ You should add the following statement at the end of your Main method as the log
```
Console.ReadKey();
```
+
+Added handling for LoggingEvent properties
+
+Support for properties tied to a specific event and not a ThreadContext which is shared across the entire thread.
+
+Added test cases project
+
+- Added unit test cases project in library to test consistency for new feature.
+
+- User can select test cases project in Visual Studio and can simply run all test cases from Test Explorer.
+