summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pythontex/NEWS.rst
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-07 20:06:53 +0000
committerKarl Berry <karl@freefriends.org>2021-06-07 20:06:53 +0000
commitb5aa568bfe59e8a263f4af85378326b50f915bc5 (patch)
tree27a538a2c092e4cf56787d910297bbf7ba74ebbd /Master/texmf-dist/doc/latex/pythontex/NEWS.rst
parent2bb7c0ae28631f4925f955ed4b36e1bc71114a42 (diff)
pythontex (7jun21)
git-svn-id: svn://tug.org/texlive/trunk@59514 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pythontex/NEWS.rst')
-rw-r--r--Master/texmf-dist/doc/latex/pythontex/NEWS.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pythontex/NEWS.rst b/Master/texmf-dist/doc/latex/pythontex/NEWS.rst
index b0eccb7df58..69b60dad66a 100644
--- a/Master/texmf-dist/doc/latex/pythontex/NEWS.rst
+++ b/Master/texmf-dist/doc/latex/pythontex/NEWS.rst
@@ -7,6 +7,26 @@ Version History
===============
+v0.18 (2021/06/06)
+------------------
+
+* ``\inputpygments`` now checks inputted files for modification, so that
+ typeset code will correctly update when the source is changed (#162).
+
+* Julia now uses project flag "``--project=@.``" (#157, #158).
+
+* Fixed bug in processing Pygments options (``pygopt``) when a key is used
+ without a value (#181).
+
+* Some error handling for Windows was incompatible with other operating
+ systems: replaced checks for ``WindowsError`` with checks for ``OSError``
+ (#177).
+
+* Rust support is now compatible with document and working directory paths
+ that contain spaces (#167).
+
+
+
v0.17 (2019/09/22)
------------------