summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..f7bc90a
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,19 @@
+News for Gall
+=============
+
+This document lists important things to know about changes to Gall between
+one release and the next. It is arranged in reverse-version-order, with the
+newest NEWS at the top.
+
+
+Changes since v1.2
+------------------
+
+* Added C support for `revparse_single` which will speed up a number of simple
+ revision lookups.
+* Attempt to make it easier to test new versions of gall on systems where there
+ is another version installed (this depends on Lua 5.2, so the default version
+ for testing is now Lua 5.2, though Lua 5.1 remains supported)
+* Removed internal libgit2 support, and cleaned up the build system around
+ that dramatically.
+* Added a NEWS file