Skip to content

Commit 85901b0

Browse files
committed
1.2.3
===== * **Update:** Passing ``frames=0`` will now raise a ValueError. This hopefully will clarify the usage of the TimeCode as a duration. If there is no duration, hence the ``frames=0``, meaning that the number of frames of the duration that this TimeCode represents is 0, which is meaningless. * **Update:** Also added some validation for the ``frames`` property (oh yes it is a property now).
1 parent bbeaa69 commit 85901b0

3 files changed

Lines changed: 238 additions & 287 deletions

File tree

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changes
33
=======
44

5+
1.2.3
6+
=====
7+
* **Update:** Passing ``frames=0`` will now raise a ValueError. This hopefully
8+
will clarify the usage of the TimeCode as a duration. If there is no
9+
duration, hence the ``frames=0``, meaning that the number of frames of the
10+
duration that this TimeCode represents is 0, which is meaningless.
11+
* **Update:** Also added some validation for the ``frames`` property
12+
(oh yes it is a property now).
13+
514
1.2.2.1
615
=======
716
* **Fix:** Fixed the ``CHANGELOG.rst`` and ``setup.py`` to be able to properly

0 commit comments

Comments
 (0)