diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-10-02 00:51:39 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-10-02 00:51:39 +0000 |
commit | 652151a9f46464224506f969e793204356d0551b (patch) | |
tree | 5181df9f45b2b50b6036a359251b9b51488a9546 | |
parent | Merge pull request #380 from ahti/master (diff) | |
download | miniserve-652151a9f46464224506f969e793204356d0551b.tar.gz miniserve-652151a9f46464224506f969e793204356d0551b.zip |
Add CHANGELOG entry for client-side color-scheme handling
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc0dd5..14a7b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Add embedded favicon [#364](https://github.com/svenstaro/miniserve/issues/364) - Add `--title` option which can be used to set the page title [#378](https://github.com/svenstaro/miniserve/pull/378) (thanks @ahti) - Default title is now the same host received in the request [#378](https://github.com/svenstaro/miniserve/pull/378) (thanks @ahti) +- Client-side color-scheme handling [#380](https://github.com/svenstaro/miniserve/pull/380) (thanks @ahti) ## [0.9.0] - 2020-09-16 - Added prebuilt binaries for AARCH64, ARMv7, and ARM [#350](https://github.com/svenstaro/miniserve/pull/350) |