From 1d41cf190be56a37e02e1275faeb6fec1bfb1b83 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Wed, 23 Feb 2022 11:14:57 +0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c2492b..afccf6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver]. -## UNRELEASED +## v2.7.0 ### Changed @@ -12,12 +12,12 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher ### Added -- Possibility to proxy HTTP headers from the requests to the responses (can be enabled using `--proxy-headers` flag for the `serve` command or environment variable `PROXY_HTTP_HEADERS`, comma-separated) [#67] +- Possibility to proxy HTTP headers from the requests to the responses (can be enabled using `--proxy-headers` flag for the `serve` command or environment variable `PROXY_HTTP_HEADERS`, headers list should be comma-separated) [#67] - Template `lost-in-space` [#68] ### Fixed -- Template `l7-light` uses the dark colors in browsers with the preferred dark theme +- Template `l7-light` uses the dark colors in the browsers with the preferred dark theme [#67]:https://github.com/tarampampam/error-pages/pull/67 [#68]:https://github.com/tarampampam/error-pages/pull/68