Skip to content

Commit

Permalink
fix up relnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jun 18, 2014
1 parent e6b0066 commit d0ff0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/docs/relnotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ Changes and Removals
* Builders now have "tags" instead of a category.
Builders can have multiple tags, allowing more flexible builder displays.

* :py:mod:`buildbot.schedulers.forcesched` has the following changes:
* :bb:sched:`ForceScheduler` has the following changes:

- The default configuration no longer contains four ``AnyPropertyParameter`` instances.
- Configuring ``codebase`` is now mandatory, and the deprecated ``branch``, ``repository``, ``project``, ``revision`` are not supported anymore in ForceScheduler
- Configuring ``codebases`` is now mandatory, and the deprecated ``branch``, ``repository``, ``project``, ``revision`` are not supported anymore in ForceScheduler
- :py:meth:`buildbot.schedulers.forcesched.BaseParameter.updateFromKwargs` now takes a ``collector`` parameter used to collect all validation errors

* Logs are now stored as Unicode strings, and thus must be decoded properly from the bytestrings provided by shell commands.
Expand Down

0 comments on commit d0ff0d5

Please sign in to comment.