Update version number and changelog for 0.12.3

This commit is contained in:
Oliver Hamlet
2018-02-04 22:29:34 +00:00
parent 3bd23501a7
commit 20f0880b8b
3 changed files with 27 additions and 3 deletions
+24
View File
@@ -2,6 +2,30 @@
Version History
***************
0.12.3 - 2018-02-04
===================
Added
-----
- Support for Fallout 4 VR via the new :cpp:any:`loot::GameType::fo4vr` game type.
Fixed
-----
- :cpp:any:`loot::CreateGameHandle()` no longer accepts an empty game path
string, and no longer has a default value for its game path parameter, as
using an empty string as the game path is invalid and always causes an
exception to be thrown.
Changed
-------
- Added an empty string as the default value of
:cpp:any:`loot::InitialiseLocale()`'s string parameter.
- Updated esplugin to v1.0.8.
- Updated libloadorder to v10.1.0.
0.12.2 - 2017-12-24
===================