Refactor IpAddressImpl.cpp (Windows) + update changelog

This commit is contained in:
Lynix
2018-04-02 16:30:39 +02:00
parent 63ee3ca8d4
commit e8e3c29f37
2 changed files with 4 additions and 10 deletions

View File

@@ -78,6 +78,7 @@ Nazara Engine:
- Added Collider3D::ForEachPolygon method, allowing construction of a debug mesh based on the physics collider
- Fixed ConvexCollider3D::GetType returning Compound instead of ConvexHull.
- Dual-stack sockets are now supported (by using NetProtocol_Any at creation/opening)
- Fixed IPv6 addresses not being correctly encoded/decoded from the socket API.
Nazara Development Kit:
- Added ImageWidget (#139)