add changelog entry about endianness

This commit is contained in:
Ryan Pavlik
2011-09-06 16:39:46 -05:00
parent 8af6229665
commit f6a21a113a

View File

@@ -31,6 +31,10 @@ Changed:
- Additional internal function `wiiuse_millisleep()` to reduce the number
of `ifdef`s scattered through the code.
- Provide endianness-conversion and buffer/unbuffer functions, rather than
a jumble of function-style macros and raw type punning. This should
fix all aliasing warnings.
[iwyu]:http://code.google.com/p/include-what-you-use/
v0.14 -- 2 May 2011