From 6fa903ed8f3e59ade4ca4131171a795b7756aab1 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 2 Sep 2020 10:30:40 -0300 Subject: [PATCH] Added the schematic print variants support to the changelog. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b87b838f..f5a5c7ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added - Now variants are separated entities. - - Only the internal BoM currently supports it. + - Only the internal BoM and Schematic print currently supports it. - In the future IBoM will also support it, contact me if you think this is high priority. - New filters entities. They implement all the functionality in KiBoM and IBoM. @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Marking components as "Do Not Fit" - Marking components as "Do Not Change" - The internal BoM format supports KiBoM and IBoM style variants +- Schematic print to PDF supports variants. Not fitted components are crossed. ## [0.6.2] - 2020-08-25 ### Changed