summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-26 20:30:11 +0000
committerKarl Berry <karl@freefriends.org>2021-07-26 20:30:11 +0000
commit502c831e427186b6216c2e8a0d46453b013e345f (patch)
treef1f9c18327df63f72f564cb8a4bf7a0c2add76de /Master/texmf-dist/doc/generic
parent6190adeb5ec3b9128a55a4add7f367f18491742b (diff)
circuitikz (26jul21)
git-svn-id: svn://tug.org/texlive/trunk@60078 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
index e5d875ac48c..de693e22972 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
@@ -1,6 +1,15 @@
<!--- 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.2 (2021-07-26)
+
+ This is a minor release, containing just a new component and a
+ small set of fixes (mainly in the documentation).
+
+ - add the `cpe` (constant phase element)
+ - correct minor errors in the manual (capacitor's fill, spaces)
+ and the code.
+
* Version 1.4.1 (2021-07-14)
This version has an important bug fix for label positioning when once-relative style coordinates are used (the ones with a single `+`, like `+(1,1)`.
@@ -8,7 +17,7 @@ The major changes among the different CircuiTikZ versions are listed here. See <
- Added the generic tunable macro
- Added `no v symbols` (and also for `i` and `f`), thanks to a [head-up by user judober on GitHub](https://github.com/circuitikz/circuitikz/issues/567), see also [issue 448](https://github.com/circuitikz/circuitikz/issues/448)
- - Fixed [label position for +() style coordinates](https://github.com/circuitikz/circuitikz/issues/569)
+ - Fixed [label position for +() style coordinates](https://github.com/circuitikz/circuitikz/issues/569)
* Version 1.4.0 (2021-07-06)