From 2f362e6ad43ebb4a925b5e46425b99fd1bfa0539 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Sun, 1 Nov 2020 15:30:31 +0100 Subject: [PATCH] Add #156, #163 --- docs/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9ffec715..017e069b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,10 +2,17 @@ ## [0.3](https://github.com/formatc1702/WireViz/tree/v0.3) (202X-XX-XX) +### New features + - Allow additional BOM items within components ([#50](https://github.com/formatc1702/WireViz/issues/50), [#115](https://github.com/formatc1702/WireViz/pull/115)) - Remove HTML links from the input attributes ([#164](https://github.com/formatc1702/WireViz/pull/164)) +## Misc. fixes + +- Improve type hinting ([#156](https://github.com/formatc1702/WireViz/issues/156), [#163](https://github.com/formatc1702/WireViz/pull/163)) + + ## [0.2](https://github.com/formatc1702/WireViz/tree/v0.2) (2020-10-17) ### Backward incompatible changes @@ -22,6 +29,7 @@ See the [syntax description](syntax.md) for details. ### New features + - Add bidirectional AWG/mm2 conversion ([#40](https://github.com/formatc1702/WireViz/issues/40), [#41](https://github.com/formatc1702/WireViz/pull/41)) - Add support for part numbers ([#11](https://github.com/formatc1702/WireViz/pull/11), [#114](https://github.com/formatc1702/WireViz/issues/114), [#121](https://github.com/formatc1702/WireViz/pull/121)) - Add support for multicolored wires ([#12](https://github.com/formatc1702/WireViz/issues/12), [#17](https://github.com/formatc1702/WireViz/pull/17), [#96](https://github.com/formatc1702/WireViz/pull/96), [#131](https://github.com/formatc1702/WireViz/issues/131), [#132](https://github.com/formatc1702/WireViz/pull/132))