aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7d35ab8..5f5981a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+liblua-openssl (20151221-0) unstable; urgency=low
+
+ * Add :tohex and :todec methods to bignums, and make metamethods
+ accessible directly. (daurnimator)
+ * Add __idiv metamethod for Lua 5.3. (daurnimator)
+
+ -- William Ahern <william@25thandClement.com> Mon, 21 Dec 2015 02:35:12 -0800
+
liblua-openssl (20151218-0) unstable; urgency=low
* Add :tobin method to bignums. (daurnimator)