From 1aa1460e75e806ed1cf5a9d77860507a493c4537 Mon Sep 17 00:00:00 2001
From: Amorilia <amorilia@users.sourceforge.net>
Date: Sat, 17 Sep 2011 10:53:12 +0100
Subject: [PATCH] Changelog update.

---
 change_log.txt | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/change_log.txt b/change_log.txt
index 08c840d8..7a2d1e66 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -15,6 +15,45 @@ Version 0.7.3
 
 * Type::Create() method (requested by DragoonWraith).
 
+* Types now have an internal type number (requested by DragoonWraith).
+
+* Fixed RemoveChild for nifs that have their skin influence flag set
+  on NiNodes that aren't actually bone influences.
+
+* New GetPtrs() method, similar to GetRefs().
+
+* Fixed bug in link writing code.
+
+* Fixed various bugs relating to NiSkinPartition.numTriangles
+  (reported by DragoonWraith and gentle_sal).
+
+* Added AddEntity, RemoveEntity, ClearEntities, GetEntities to
+  bhkConstraint (contributed by LogicDragon).
+
+* Added AddConstraint, RemoveConstraint, ClearConstraints,
+  GetConstraints to bhkRigidBody (contributed by LogicDragon).
+
+* Fixed EnumerateObjects to write the correct block order (contributed
+  by LogicDragon).
+
+* Dropping eof check to allow reading multiple nifs from a single
+  stream (suggested by athile).
+
+* Small refactorings in code generator.
+
+* NiSkinPartition methods now raise an exception when passed an
+  invalid partition number.
+
+* Fixed NiSkinPartition.SetStripCount bug (see niftools issue
+  #3395587, reported by gentle_sal).
+
+* Provide defaults for the read values, and check for premature read
+  failures (contributed by gentle_sal, see niftools issue #3403926).
+
+* Added SetSkinFlag test.
+
+* Improved changelog formatting.
+
 Version 0.7.2
 =============
 
-- 
GitLab