Commit 154b65f2e9db31d1594501011b25762f8c0a2a0e
1 parent
ea58680e
Add missing ChangeLog entry for :even and :odd
Showing
1 changed file
with
3 additions
and
0 deletions
ChangeLog
| @@ -68,6 +68,9 @@ | @@ -68,6 +68,9 @@ | ||
| 68 | Windows leaves it up to the executable to expand its own | 68 | Windows leaves it up to the executable to expand its own |
| 69 | wildcards. Fixes #224. | 69 | wildcards. Fixes #224. |
| 70 | 70 | ||
| 71 | + * Allow :even or :odd to be appended to numeric ranges for | ||
| 72 | + --pages, --rotate, and other options that take page ranges. | ||
| 73 | + | ||
| 71 | * When reading /P from the encryption dictionary, use static_cast | 74 | * When reading /P from the encryption dictionary, use static_cast |
| 72 | instead of QIntC to convert the value to a signed integer. The | 75 | instead of QIntC to convert the value to a signed integer. The |
| 73 | value of /P is a bit field, and PDF files have been found in the | 76 | value of /P is a bit field, and PDF files have been found in the |