aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7297bca094..253fd04b64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri May 20 13:36:42 2016 Kazuki Yamaguchi <k@rhe.jp>
+
+ * ext/openssl/lib/openssl/bn.rb (inspect): added. BN#inspect should be
+ implemented. Kernel#inspect used to call #to_s if #to_s is redefined
+ but no longer in >= Ruby 2.0.0. [ruby-dev:48217] [Bug #9833]
+
+ * ext/openssl/lib/openssl/x509.rb (X509::Name#inspect): ditto.
+
Thu May 19 21:21:57 2016 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* re.c (rb_reg_match_m_p): [DOC] fix return value in rdoc.