TwoWire documentation update?

Hi!

TwoWire::receive and TwoWire::send have been updated in v1.0. I'm trying to write single bytes and I'm getting an an ambiguity error. I had to typecast the values as (uint8_t) in order for the code to compile.

Just wanted someone to be aware that this is not documented (Wire - Arduino Reference).

Thank you!