Skip to content

Commit

Permalink
Add round start times to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tienne-B committed Jul 1, 2024
1 parent 3f198f0 commit 3e6bab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Change Log
- Ballot merging is made more stable and revamped, with the help of Trần Trang Linh:
- The specific fields are now marked as failing, rather than all related ones.
- Ballots can be automatically merged when all eligible ballots received, on enabling a setting.
- Debate start times can now include the date, and can be set automatically on motion release. Thanks Trudeau Okech for the automation!
- Installation methods are improved:
- Docker installations are more rapid and responsive to code changes.
- The "deploy to Heroku" script is updated for the new URL scheme and plans.
Expand Down
2 changes: 1 addition & 1 deletion tabbycat/options/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ class UseSpeakerRanks(ChoicePreference):

@tournament_preferences_registry.register
class PreparationTime(IntegerPreference):
help_text = _("How long, in minutes, after motion release does the round start (-1 to deactivate")
help_text = _("How long, in minutes, after motion release does the round start (-1 to deactivate)")
verbose_name = _("Preparation Time")
section = debate_rules
name = 'preparation_time'
Expand Down

0 comments on commit 3e6bab2

Please sign in to comment.