summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md')
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
index 2c8afc75098..d6d7ff5be8b 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
@@ -1,13 +1,23 @@
<!--- CircuiTikz - Changelog --->
The major changes among the different CircuiTikZ versions are listed here. See <https://github.com/circuitikz/circuitikz/commits> for a full list of changes.
+* Version 1.4.6 (2022-02-04)
+
+ A nasty bug fix and some hack to avoid that some global Ti*k*Z option spill into the shapes. To better solve that problem, some risky changes are due, so this release will be also a rollback point for compatibility reasons.
+
+ - Fix bug with legacy transmission lines in `overlay`s ([noticed by Benedikt Wilde](https://github.com/circuitikz/circuitikz/issues/604))
+ - Robustify some shapes: do not let arrows option pass to the inner drawing (see [here](https://tex.stackexchange.com/a/632084/38080) and [here](https://matrix.to/#/!NuxCISwYQJuyWwNsEI:matrix.org/$vQO6luq1F66LJ79dERmaqKI46qMBcjStqYCPi725uZE?via=matrix.org&via=2krueger.de&via=im.f3l.de))
+ - Add warning about global draw options in the manual
+ - Fixes in documentation: hyperlink the index again, cite new recovery point, remove some legacy construct
+ - Added 1.4.6 rollback point
+
* Version 1.4.5 (2021-12-06)
Important fix for ConTeXt users, thanks to @TeXnician for reporting.
- Fixed an incompatibility introduced with subcircuits that made compilation in ConTeXt fail
- Added `\ctikzflip[x][y]` utility macros for ConTeXt too
- - Fixed stray characters in some Ti*k*Z environment
+ - Fixed stray characters in some Ti*k*Z environment
* Version 1.4.4 (2021-10-31)