From 8a929e17e0abddcc5c351880ec325217b3a57777 Mon Sep 17 00:00:00 2001 From: Emi Tatsuo Date: Tue, 24 Nov 2020 16:58:30 -0500 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07fc9ee..6a77f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - customizable TLS cert & key paths by [@Alch-Emi] - `server_dir` default feature for serve_dir utils [@Alch-Emi] - Docments can be converted into responses with std::convert::Into [@Alch-Emi] +- Added ratelimiting API [@Alch-Emi] ### Improved - build time and size by [@Alch-Emi](https://github.com/Alch-Emi) - build time and size by [@Alch-Emi]