diff options
author | Anteru <bitbucket@ca.sh13.net> | 2019-04-02 18:32:52 +0000 |
---|---|---|
committer | Anteru <bitbucket@ca.sh13.net> | 2019-04-02 18:32:52 +0000 |
commit | a21ac4cbf8a90e799e46eb947416b53d47c867c0 (patch) | |
tree | aba38210a5310c7884b037104bb2b2e7b5ddce23 /CHANGES | |
parent | 72b3cc6c0cb608c302ae4b0d98d49e28a59b5126 (diff) | |
parent | 6385c59af37e013f1b28b5ce1229ee466e136b1a (diff) | |
download | pygments-a21ac4cbf8a90e799e46eb947416b53d47c867c0.tar.gz |
Merged in mcaceresb/pygments-main/sas-stata (pull request #800)
Bug fixes for Stata lexer; adds stata styles
Approved-by: Anteru <bitbucket@ca.sh13.net>
Approved-by: mcaceresb NA <mauricio.caceres.bravo@gmail.com>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -17,20 +17,27 @@ Version 2.4.0 * Hspec (PR#790) * SGF (PR#780) * Slurm (PR#760) + * Unicon (PR#731) + * VBScript (PR#673) - Updated lexers: * Cypher (PR#746) * LLVM (PR#792) + * PHP (#1482) * SQL (PR#672) * Stan (PR#774) * Terraform (PR#787) - Add solarized style (PR#708) +- Add support for Markdown reference-style links (PR#753) - Change ANSI color names (PR#777) +- Fix catastrophic backtracking in the bash lexer (#1494) +- Fix documentation failing to build using Sphinx 2.0 (#1501) +- Fix incorrect links in the Lisp and R lexer documentation (PR#775) - Fix rare unicode errors on Python 2.7 (PR#798, #1492) +- TypoScript uses ``.typoscript`` now (#1498) - Updated Trove classifiers and ``pip`` requirements (PR#799) -- For ``.ts`` files, TypeScript is assumed now (was TypoScript previously) Version 2.3.1 ------------- |