diff --git a/DecisionTree/DecisionTree.csproj b/DecisionTree/DecisionTree.csproj
index 001b7dc..a31546b 100644
--- a/DecisionTree/DecisionTree.csproj
+++ b/DecisionTree/DecisionTree.csproj
@@ -14,9 +14,8 @@
Piotr Smreczynski
Decision Tree + Visualisation
Lightweight framework to define decision trees via configuration with option to generate graph definition in DOT language.
- Full decision tree path included in exception message.
-Fixed nullable type evaluation error.
- 1.0.9
+ Nullable type decisions can now have null as valid path key.
+ 1.1.0