14
0

- Update to 2.4.2:

- Fix encoding error when guessing lexer with given ``encoding`` option
    (#1438)
  - Updated lexers:
    * Coq (#1430)
    * MSDOS Session (PR#734)
    * NASM (#1517)
    * Objective-C (PR#813, #1508)
    * Prolog (#1511)
    * TypeScript (#1515)
  - Support CSS variables in stylesheets (PR#814, #1356)
  - Fix F# lexer name (PR#709)
  - Fix ``TerminalFormatter`` using bold for bright text (#1480)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=57
This commit is contained in:
Tomáš Chvátal
2019-06-04 14:04:44 +00:00
committed by Git OBS Bridge
parent 7b5b0aea36
commit 8ab74062fa
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jun 4 14:03:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.4.2:
- Fix encoding error when guessing lexer with given ``encoding`` option
(#1438)
- Updated lexers:
* Coq (#1430)
* MSDOS Session (PR#734)
* NASM (#1517)
* Objective-C (PR#813, #1508)
* Prolog (#1511)
* TypeScript (#1515)
- Support CSS variables in stylesheets (PR#814, #1356)
- Fix F# lexer name (PR#709)
- Fix ``TerminalFormatter`` using bold for bright text (#1480)
-------------------------------------------------------------------
Mon May 20 18:43:33 UTC 2019 - Todd R <toddrme2178@gmail.com>