Skip to content

Commit

Permalink
Merge pull request #142 from eoyilmaz/141-fix-changelog-for-typos
Browse files Browse the repository at this point in the history
[#141] Fixed typos in `CHANGELOG.rst` file.
  • Loading branch information
eoyilmaz authored Dec 16, 2024
2 parents b4a6c79 + d0d245a commit 1dec21c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Stalker Changes
* Added `tox` config to run the test with Python 3.8 to 3.13.
* Increased test coverage to 99.76%.
* Updated documentation theme to `furo`.
* Renamed OSX to macOS where ever it is mentioned.
* Renamed `OSX` to `macOS` where ever it is mentioned.
* `Scene` is now deriving from `Task`.
* `Shot.sequences` is now `Shot.sequences` and it is many-to-one.
* `Shot.sequences` is now `Shot.sequence` and it is many-to-one.
* `Shot.scenes` is now `Shot.scene` and it is many-to-one.
* Added the `Variant` class to allow variants to be approved and managed
individually.
Expand All @@ -36,12 +36,14 @@ Stalker Changes
* `Version._template_variables()` now finds the related `Asset`, `Shot` and
`Sequence` values and passes them in the returned dictionary.
* All the enum values handled with arbitrary string lists or integer values are
now enum classes. As a result we now have `ScheduleConstraint`, `TimeUnit`,
`ScheduleModel`, `DependencyTarget`, `TraversalDirection` enum classes which
are removing the need of using fiddly strings as enum values.
now proper enum classes. As a result we now have `ScheduleConstraint`,
`TimeUnit`, `ScheduleModel`, `DependencyTarget`, `TraversalDirection`
enum classes which are removing the need of using fiddly strings as enum
values.
* `StatusList`s that are created for super classes can now be used with the
derived classes, i.e. a status list created specifically for Task can now be
used with Asset, Shot Sequence and Scenes and any future Task derivatives.
derived classes, i.e. a status list created specifically for `Task` can now
be used with `Asset`, `Shot`, `Sequence` and `Scenes` and any future `Task`
derivatives.

0.2.27
======
Expand Down

0 comments on commit 1dec21c

Please sign in to comment.