From fd4b5d30d10f3e6949fd60bec8d97ac8f692d8de Mon Sep 17 00:00:00 2001 From: DarthSim Date: Wed, 3 May 2023 18:53:27 +0300 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7083a668..54d179ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## [Unreleased] ### Add - Add `process_resident_memory_bytes`, `process_virtual_memory_bytes`, `go_memstats_sys_bytes`, `go_memstats_heap_idle_bytes`, `go_memstats_heap_inuse_bytes`, `go_goroutines`, `go_threads`, `buffer_default_size_bytes`, `buffer_max_size_bytes`, and `buffer_size_bytes` metrics to OpenTelemetry. -- Add support for the `Last-Modified` response header and the `If-Modified-Since` request header (conrolled by the `IMGPROXY_USE_LAST_MODIFIED` config). +- Add support for the `Last-Modified` response header and the `If-Modified-Since` request header (controlled by the `IMGPROXY_USE_LAST_MODIFIED` config). ### Change - Optimized memory buffers pooling for better performance and memory reusage.