Release 0.7.9
- The
BitFlagtrait now includes convenience re-exports for the constructors ofBitFlags. This lets you doMyFlag::from_bitsinsteadBitFlags::<MyFlag>::from_bitswhere the type of the flag cannot be inferred from context (thanks @ronnodas). - The documentation now calls out the fact that the implementation of
PartialOrdmay not be what you expect (reported by @ronnodas).