From d3cd01a24607627365d382e3a7f334b4f36afe46 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 12 Oct 2021 09:35:09 -0300 Subject: [PATCH] Added the last 2 fixes to the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8d0725..0a93501c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Position files now defaults to use the auxiliar origin as KiCad. Can be disabled to use absolute coordinates. (#87) +- Board View: flipped output. (#89) +- Board View: problems with netnames using spaces. (#90) ## [0.11.0] - 2021-04-25 ### Added