aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorLibravatarLibravatar William Ahern <william+ubuntu@25thandClement.com> 2015-12-21 02:38:29 -0800
committerLibravatarLibravatar William Ahern <william+ubuntu@25thandClement.com> 2015-12-21 02:38:29 -0800
commit86a593a0548563d156d7adc55cff179340a811c8 (patch)
tree908e21e5b8129efdfafd0a1cd80bd09d505d18d2 /debian/changelog
parentc9d5c4428f603adb0d74dd9601261c08cec61603 (diff)
downloadluaossl-86a593a0548563d156d7adc55cff179340a811c8.tar.gz
luaossl-86a593a0548563d156d7adc55cff179340a811c8.tar.bz2
luaossl-86a593a0548563d156d7adc55cff179340a811c8.zip
update debian changelog
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)