From 2bfd3d004ff7eda2428353d2ab44f389dfd5b8e0 Mon Sep 17 00:00:00 2001 From: Jan Jurzitza Date: Thu, 14 Oct 2021 08:19:27 +0200 Subject: [PATCH] start changelog file --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..74b80f3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + + + +## v0.x.y + +- Change in console output format: request duration output is now printed to the console with more accuracy + + instead of just printing `Request processed in 0 milliseconds` it now prints `Request processed in 177 μs and 3 hnsecs`