From 630c2ba2304bb2ee6d535b25072660c29a2ec75e Mon Sep 17 00:00:00 2001 From: claudiodekker Date: Wed, 2 Aug 2023 17:52:26 +0000 Subject: [PATCH] Update CHANGELOG.md w/ PR #60 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0df9b38..682f75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added Larastan & improved violations ([#36](https://github.com/claudiodekker/laravel-auth/pull/36)) - Split up HTTP Traits into Mixins and Modifiers ([#54](https://github.com/claudiodekker/laravel-auth/pull/54)) - Bladebones: Clean up routes file & de-duplicate named routes ([#56](https://github.com/claudiodekker/laravel-auth/pull/56)) +- Core: Improve Rate Limiting even further ([#60](https://github.com/claudiodekker/laravel-auth/pull/60)) ### Removed