Update changes.txt.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4227 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2012-07-02 18:44:43 +00:00
parent 642f4080b4
commit 614b6894f5
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Changes in 1.8 (??.??.2011) Changes in 1.8 (??.??.2011)
- Struct packing works now with gcc 4.7 changes on MinGW (thx @Sudi for reporting).
- Struct packing uses now same solution throughout (by including headers in corresponding places)
- User can now set characters used for decimal point in fast_atof for localisation. - User can now set characters used for decimal point in fast_atof for localisation.
- Add parameter useAlphaChannel to second IGUIEnvironment::addImage function. - Add parameter useAlphaChannel to second IGUIEnvironment::addImage function.