|
1 | 1 | # Changes |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v2.5 (2017/07/19) |
| 5 | + |
| 6 | +* The default placement for the `listing` float is now `tbp` instead of `h`, |
| 7 | + to parallel `figure` and `table` and also avoid warnings caused by `h` |
| 8 | + (#165). The documentation now contains information about changing default |
| 9 | + placement. The `float` package is no longer loaded when the `newfloat` |
| 10 | + package option is used. |
| 11 | + |
| 12 | +* Added support for `*nchars` options from `fvextra` v1.3 that allow setting |
| 13 | + `breaklines`-related indentation in terms of a number of characters, rather |
| 14 | + than as a fixed dimension. |
| 15 | + |
| 16 | +* Fixed incompatibility with `babel magyar` (#158). |
| 17 | + |
| 18 | +* Added support for `beamer` overlays with `beameroverlays` option (#155). |
| 19 | + |
| 20 | +* Comments in the Pygments LaTeX style files no longer appear as literal |
| 21 | + text when `minted` is used in `.dtx` files (#161). |
| 22 | + |
| 23 | +* `autogobble` now works with package option `kpsewhich` (#151). Under |
| 24 | + Windows, the `kpsewhich` option no longer requires PowerShell. |
| 25 | + |
| 26 | +* Fixed a bug that prevented `finalizecache` from working with `outputdir` |
| 27 | + (#149). |
| 28 | + |
| 29 | +* Fixed a bug with `firstline` and `lastline` that prevented them from |
| 30 | + working with the `minted` environment (#145). |
| 31 | + |
| 32 | +* Added note on `breqn` conflicts to FAQ (#163). |
| 33 | + |
| 34 | + |
| 35 | + |
4 | 36 | ## v2.4.1 (2016/10/31) |
5 | 37 |
|
6 | 38 | * Single quotation marks in `\jobname` are now replaced with underscores in |
|
9 | 41 | * The `autogobble` option now takes `firstline` and `lastline` into account |
10 | 42 | (#130). |
11 | 43 |
|
12 | | -* Fixed `numberblanklines`, which had been lost in the transition to v2.0+ |
| 44 | +* Fixed `numberblanklines`, which had been lost in the transition to v2.0+ |
13 | 45 | (#135). |
14 | 46 |
|
15 | 47 |
|
|
0 commit comments