Commits

Dave Abrahams committed 4ece9b1734e
[stdlib] Default bitwise assignment operators |=, &=, and ^= now come along for free with a BitwiseOperationsType conformance, so we can remove the special-cased operators for RawOptionSetType. Also, release notes. Swift SVN r20630