Doc tweaks

This commit is contained in:
Phil Nash 2014-04-16 08:18:06 +01:00
parent 94f47d5f8c
commit 3c34d65b5c
2 changed files with 3 additions and 5 deletions

View File

@ -4,9 +4,7 @@
Build status (on Travis CI) [![Build Status](https://travis-ci.org/philsquared/Catch.png)](https://travis-ci.org/philsquared/Catch)
# New release with significant changes
[Please see this page for details - including some breaking changes](docs/whats-changed.md)
[Please see this page if you are updating from a version before 1.0](docs/whats-changed.md)
## What's the Catch?

View File

@ -1,6 +1,6 @@
## What's new in Catch
## What's new in Catch for 1.0
This page has been added following quite a large (hopefully the last such) merge from the integration branch. Please read this summary through so you know what to expect (and whether any changes - breaking in some cases - will affect you).
After a long "developer preview" state Catch turned 1.0 in mid-2013. Just prior to this a large number of changes, some of them breaking, where merged from the integration branch and now form part of the 1.0 code-base. If this might affect you please read this summary through so you know what to expect.
* Calling Catch from your own ```main()``` has changed - please review [the updated docs](own-main.md)
* The command line has changed. The biggest change is that test case names and tags should now only be supplied as primary arguments - in fact the ```-t``` option has been repurposed to mean "list tags". There are [updated docs for this too](command-line.md)