diff --git a/docs/changelog.rst b/docs/changelog.rst index b6067d18..1860e6ad 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,8 @@ Changelog ^^^^^^ - A space should not be placed before a mid row code if it follows a PAC command or a Tab Offset - The backspace command should be treated like other commands and duplicates should be skipped if PAC commands are duplicated +- Prevent webvtt writer from creating a new cue in case of line break +- In case of style setting PAC which also breaks the line, we add the break first, then the style tag 2.2.10 ^^^^^ diff --git a/setup.py b/setup.py index 23ce3a7a..24b3f328 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='pycaption', - version='2.2.11.dev1', + version='2.2.11.dev2', description='Closed caption converter', long_description=open(README_PATH).read(), author='Joe Norton',