From 80c8b02c62c3ca8a5e05ae9381f0d5a45c6a8429 Mon Sep 17 00:00:00 2001 From: Nathan Fritz Date: Sun, 1 Nov 2020 13:15:52 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 946eb95..07161f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ ## 1.1.0 November 1, 2020 -Performance improvements through id generation. Thanks Martin Emmert! -Entity/Component creation benchmarks have improved by 40%+! +Performance improvements through id generation. Thanks Martin Emmert! +Entity/Component creation benchmarks have improved by 40%+! Build sizes are also significantly smaller due to no longer using the node.js `crypto` library. -* [x] Swap to UUIDv4 for performance improvements [martinemmert](https://github.com/martinemmert) -* [x] Fix of webbenchmark [martinemmert](https://github.com/martinemmert) +* Swap to UUIDv4 for performance improvements \([martinemmert](https://github.com/martinemmert)\] +* Fix of webbenchmark \[[martinemmert](https://github.com/martinemmert)\] +* Web Benchmark is now apples-to-apples comparison, reflected in Overview.md \[[fritzy](https://github.com/fritzy)\]