Skip to content

Commit 4af0c15

Browse files
committed
Release 3.1.9
1 parent e05338d commit 4af0c15

File tree

2 files changed

+115
-4
lines changed

2 files changed

+115
-4
lines changed

doc/generic/pgf/ChangeLog

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,115 @@
1+
2021-03-02 Henri Menke
2+
3+
- Release 3.1.9
4+
5+
2021-03-02 Henri Menke
6+
7+
- Merge pull request #996 from muzimuzhi/dvips-blend-mode
8+
9+
2021-02-28 muzimuzhi
10+
11+
- dvips: fix displacement after blend group, #995
12+
13+
2021-02-24 muzimuzhi
14+
15+
- Revert "syntax is similar to METAPOST not METAFONT"
16+
17+
2021-02-23 muzimuzhi
18+
19+
- Merge pull request #994 from itmm/master
20+
21+
2021-02-22 Timm Knape
22+
23+
- syntax is similar to METAPOST not METAFONT
24+
25+
2021-02-14 Henri Menke
26+
27+
- Merge pull request #992 from joel-coffman/dev/fix-code-2-args-documentation
28+
29+
2021-02-13 Joel Coffman
30+
31+
- Correct documentation for .code 2 args second arg
32+
33+
2021-01-22 Henri Menke
34+
35+
- Merge pull request #987 from muzimuzhi/doc-typo
36+
37+
2021-01-22 muzimuzhi
38+
39+
- doc: fix typo #986
40+
41+
2021-01-14 muzimuzhi
42+
43+
- Merge pull request #981 from muzimuzhi/fix-tikz@handle
44+
45+
2021-01-14 muzimuzhi
46+
47+
- Apply suggestions from code review
48+
49+
2021-01-13 muzimuzhi
50+
51+
- tikz: fix uses of \pgfutil@switch
52+
53+
2021-01-11 Henri Menke
54+
55+
- Merge pull request #979 from muzimuzhi/doc-install-only
56+
57+
2021-01-11 muzimuzhi
58+
59+
- doc/fpu: fpu: mark /pgf/fpu/install only as not experimental
60+
61+
2020-12-25 Henri Menke
62+
63+
- Fix and document dim() #964
64+
65+
2021-01-04 Henri Menke
66+
67+
- Merge pull request #976 from muzimuzhi/tikz-math
68+
69+
2021-01-05 muzimuzhi
70+
71+
- tikz/math: gobble spaces between for list and loop body
72+
73+
2021-01-04 Henri Menke
74+
75+
- Merge pull request #970 from muzimuzhi/reset-tikz@expandcount
76+
77+
2021-01-05 muzimuzhi
78+
79+
- tikz: retry to handle \relax on path #966
80+
81+
2021-01-04 Henri Menke
82+
83+
- tikz/calendar: switch over \pgf@let@token in \tikz@lib@cal@handle
84+
85+
2021-01-02 Henri Menke
86+
87+
- Merge pull request #973 from schtandard/spurious_show
88+
89+
2021-01-02 schtandard
90+
91+
- Remove a spurious \show
92+
93+
2021-01-02 Henri Menke
94+
95+
- Merge pull request #972 from alisaaalehi/patch-1
96+
97+
2021-01-02 Ali Salehi
98+
99+
- doc: fix typo
100+
101+
2021-01-01 Henri Menke
102+
103+
- tikz: switch over \pgf@let@token in \tikz@handle
104+
105+
2020-12-29 Henri Menke
106+
107+
- tikz: improve \tikz@expandcount handling
108+
109+
2020-12-29 muzimuzhi
110+
111+
- tikz: reset \tikz@expandcount more frequent #969
112+
1113
2020-12-27 Henri Menke
2114

3115
- Release 3.1.8b

doc/generic/pgf/RELEASE_NOTES.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Hotfix for handling of TeX conditionals on a path. We can't forward \relax and
2-
frozen \relax through the parser because there is existing code that relies on
3-
this.
1+
# Bug fixes
42

5-
The recommendation is to use expandable conditionals where possible.
3+
This release introduces a fix for blend mode with the dvips driver and
4+
improvements for handling expandable material that appears on a path.

0 commit comments

Comments
 (0)