From 49af37846758e358bb4ade52ccfa2d55adb508da Mon Sep 17 00:00:00 2001 From: Mohan <86064887+binarybaron@users.noreply.github.com> Date: Thu, 17 Apr 2025 20:22:48 +0200 Subject: [PATCH] fix: Move changelog entry for asb quote caches to correct section --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f9167a..7adb18c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- ASB: Quotes are now cached (Time-to-live of 2 minutes) to avoid overloading the maker with requests in times of high demand + ## [1.0.0-rc.14] - 2025-04-16 - CI: Update Rust version to 1.80 - GUI: Update social media links -- ASB: Quotes are now cached (Time-to-live of 2 minutes) to avoid overloading the maker with requests in times of high demand ## [1.0.0-rc.13] - 2025-01-24