There are several cool features, including aspect-like extensibility for tests, but the two changes that will immediately make a difference in my day-to-day coding are:
[ExpectedException]
Assert.Throws<T>( delegate ... )
SetUp/TearDown
For anyone wondering if it actually works, the answer is a resounding 'Yes'. It's already been integrated into sections of the project I'm currently working on.
It's available for download here: http://codeplex.com/xunit
Also, be sure to read Jim Newkirk's official announcement.