From 8c279d50b6410cf6499a2aaf42b03777178a7a38 Mon Sep 17 00:00:00 2001 From: Rasmus Kaj Date: Sat, 15 Jul 2023 15:56:38 +0200 Subject: [PATCH] Changelog for #124, thanks @kornelski --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f12c6..2cc9a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ project adheres to * Added a check that no more than one of the http-types, mime02, or mime03 features are enabled (PR #124). Thanks @rustafarian-dev. +* Changed the writer type from `W: &mut Write` to just `W: Write` (PR #125). + Thanks @kornelski! * Fixed more clippy lint (PR #123). Thanks @vbrandl! * Updated `rsass` to 0.28.0 and `itertools` to 0.11.0.