Add AUTHORS.txt, ChangeLog.txt and VERSION.txt
Signed-off-by: John McCutchan <john@johnmccutchan.com>
diff --git a/AUTHORS.txt b/AUTHORS.txt
new file mode 100644
index 0000000..135b893
--- /dev/null
+++ b/AUTHORS.txt
@@ -0,0 +1 @@
+John McCutchan <john@johnmccutchan.com>
\ No newline at end of file
diff --git a/ChangeLog.txt b/ChangeLog.txt
new file mode 100644
index 0000000..2d1f82d
--- /dev/null
+++ b/ChangeLog.txt
@@ -0,0 +1,13 @@
+v 0.8.0 - XX XX 2012
+
+- Inverse of 2x2,3x3 matrices
+- Inverse of upper 3x3 of a 4x4 matrix
+- Added zero, copy and raw specialized (and branchless) vector constructors
+- Added specialized copy matrix constructor
+- Added specialized rotation matrix constructors for mat2x2, mat3x3, and mat4x4
+- Added setRotation(num radians) to mat2x2
+- Added setRotationAround[x,y,z](num radians) to mat3x3 and mat4x4
+
+v 0.0.0 - March 20 2012
+
+- Initial release
diff --git a/VERSION.txt b/VERSION.txt
new file mode 100644
index 0000000..8adc70f
--- /dev/null
+++ b/VERSION.txt
@@ -0,0 +1 @@
+0.8.0
\ No newline at end of file