From 1c0231b5d0836e0926fa1d9323b7c8936094c0ab Mon Sep 17 00:00:00 2001 From: Florian Will Date: Wed, 21 Jun 2023 09:30:54 +0200 Subject: [PATCH] Add breaking `config` feature change to CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63af92c..fe54cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [Unreleased] + +### Breaking Change + +* Add `config` feature for crate `sailfish`. It is enabled by default. In previous + versions, the functionality enabled by the `config` feature was always available. If the + feature is disabled, any configuration files (sailfish.toml) are ignored by the template + compiler. This speeds up the compiler a bit, and decreases the number of dependencies + required, so it can be useful for applications that don't use sailfish.toml configuration + files and want to speed up their build process. + ## [v0.4.0](https://github.com/rust-sailfish/sailfish/compare/v0.3.4...v0.4.0) (2022-03-10)