From 2ae8c7f6be31a01600f396c93081fa00faad8042 Mon Sep 17 00:00:00 2001 From: axunonb Date: Wed, 3 Mar 2021 22:17:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ac0f1ff..a39b7939 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ We have started to think about a new version of ```SmartFormat.Net``` and **woul * make named formatters obligatory instead of iterating through all formatters * the sequence, how extensions are loaded should not have an impact on identifying the right formatter * Make caching of ```Parser.ParseFormat``` results the standard behavior +* Performance improvements +* less generated garbage * Support for Net 5.0 * Remove ```public``` properties/methods which should better be ```internal``` or even ```privat``` * Upgrade the project to C# 8 with nullable reference types included