Skip to content

Commit e34e0ca

Browse files
committed
Update changelog
1 parent 43a55bf commit e34e0ca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ ProPlot v0.4.0 (2020-##-##)
6666

6767
- Remove redundant `~proplot.rctools.use_fonts`, use ``rcParams['sans-serif']``
6868
precedence instead (:pr:`95`).
69+
- `~proplot.axes.Axes.dualx` and `~proplot.axes.Axes.dualx` no longer accept "scale-spec" arguments, must be a function, two functions, or an axis scale instance (:pr:`96`).
6970

7071
.. rubric:: Features
7172

@@ -76,6 +77,7 @@ ProPlot v0.4.0 (2020-##-##)
7677
.. rubric:: Bug fixes
7778

7879
- Fix `~proplot.rctools.rc_configurator.context` bug (:issue:`80` and :pr:`91`).
80+
- Fix issues with `~proplot.axes.Axes.dualx` and `~proplot.axes.Axes.dualy` with non-linear parent scales (:pr:`96`).
7981
- Ignore TTC fonts because they cannot be saved in EPS/PDF figures (:issue:`94` and :pr:`95`).
8082
- Do not try to use Helvetica Neue because "thin" font style is read as regular (:issue:`94` and :pr:`95`).
8183

0 commit comments

Comments
 (0)