summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
1liblua-openssl (20151221-0) unstable; urgency=low
2
3 * Add :tohex and :todec methods to bignums, and make metamethods
4 accessible directly. (daurnimator)
5 * Add __idiv metamethod for Lua 5.3. (daurnimator)
6
7 -- William Ahern <william@25thandClement.com> Mon, 21 Dec 2015 02:35:12 -0800
8
1liblua-openssl (20151218-0) unstable; urgency=low 9liblua-openssl (20151218-0) unstable; urgency=low
2 10
3 * Add :tobin method to bignums. (daurnimator) 11 * Add :tobin method to bignums. (daurnimator)