Add missing entries in ChangeLog

This commit is contained in:
Lynix 2018-08-03 23:57:51 +02:00
parent 49d59d93d8
commit b14367375c
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ Nazara Engine:
- Fixed bug where index wouldn't be used in String::FindLast and String::FindWord
- Physics 2D contact callbacks now include an arbiter allowing to query/set parameters about the collision
- Added movement with Ctrl in TextAreaWidget
- Added Unicode Data downloader/parser
- Integrated Unicode Data
Nazara Development Kit:
- Added ImageWidget (#139)