diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-19 22:18:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-19 22:18:17 +0000 |
commit | 6b4f5bdb09d9da774f715d9d66bb900c0db73ab8 (patch) | |
tree | c19a225916b5a56f5c54797c3a8000ef8f60eedc /Master/texmf-dist/doc/latex/spectralsequences/README.md | |
parent | bfcd4ad93ed54ea7a02a52a790888d1e8a3833cb (diff) |
spectralsequences (19feb19)
git-svn-id: svn://tug.org/texlive/trunk@50059 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/spectralsequences/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/spectralsequences/README.md | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/README.md b/Master/texmf-dist/doc/latex/spectralsequences/README.md index 250334c312d..582a9c0804a 100644 --- a/Master/texmf-dist/doc/latex/spectralsequences/README.md +++ b/Master/texmf-dist/doc/latex/spectralsequences/README.md @@ -1,9 +1,9 @@ -spectralsequences v1.2.1 +spectralsequences v1.2.2 ======================== Author: Hood Chatham Email: hood@mit.edu -Date: 2018-10-08 +Date: 2019-02-18 License: All files have the Latex Project Public License. Description: Print spectral sequence diagrams using pgf/tikz. @@ -13,6 +13,18 @@ Email me at hood@mit.edu to submit bug reports, request new features, etc. The c Changelog: ========== +## [1.2.2] (2018-02-18) +### Fixed: +- expl3 defined \exp_after:NNNf recently, so I changed \cs_new:Npn \exp_after:NNNf to \cs_set:Npn \exp_after:NNNf and copied the definition given by + expl3. +- expl3 changed the definition of \peek_meaning_ignore_spaces to be in terms of \peek_meaning so \letting \peek_meaning to \peek_meaning_ignore_spaces + caused an infite regress. +- expl3 changed \c__xparse_no_value_tl to \c__novalue_tl, so now I try to use each of them in sequence. +- Fixed U argument type. +- \sseqnewfamily was broken by an update to tikz that added a \scantokens call to the .ecode key handler, causing issues with @. +- If \d was called without a source or target argument and was followed by a macro, \d would eat the first token of the expansion of that macro + causing an error. +- Draft mode works a lot better now, though it's probably still buggy. ## [1.2.1] (2018-10-08) ### Fixed: |