diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-12-09 14:37:53 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-12-09 14:43:31 -0700 |
| commit | 31cd2b5de36a58bd5a700c18d1c85f3eca5c71e0 (patch) | |
| tree | 6cce033685ab3e82b275f25942abe53179396d1c | |
| parent | 7b21abf3f5236dfcf923b1d707f70d1611f3d7da (diff) | |
update CHANGELOG
| -rw-r--r-- | CHANGELOG.adoc | 1 | ||||
| -rw-r--r-- | README.adoc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 146fc11b..35490e9b 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -21,6 +21,7 @@ Enhancements:: * allow text of selected lines to be highlighted in source block by Pygments or CodeRay (#1429) * use value of `docinfo` attribute to control docinfo behavior (#1510) * add `docinfosubs` attribute to control which substitutions are performed on docinfo files (@mogztter) (#405) + * drop ability to specify multiple attributes with a single `-a` flag when using the CLI (@mogztter) (#405) * make subtitle separator chars for document title configurable (@rmannibucau) (#1350) * make XrefInlineRx regexp more permissive (Mathieu Boespflug) (#844) diff --git a/README.adoc b/README.adoc index 1ba29e14..b53bbadd 100644 --- a/README.adoc +++ b/README.adoc @@ -358,6 +358,7 @@ Enhancements:: * allow text of selected lines to be highlighted in source block by Pygments or CodeRay (#1429) * use value of `docinfo` attribute to control docinfo behavior (#1510) * add `docinfosubs` attribute to control which substitutions are performed on docinfo files (@mogztter) (#405) + * drop ability to specify multiple attributes with a single `-a` flag when using the CLI (@mogztter) (#405) * make subtitle separator chars for document title configurable (@rmannibucau) (#1350) * make XrefInlineRx regexp more permissive (Mathieu Boespflug) (#844) |
