summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-25 02:33:51 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-25 02:33:51 +0000
commit7833e69c2ea4c843f6930b4a80795025f36ab155 (patch)
treede07264e399802a8c557597aa1176a3b38ee4f9a /NEWS
parent71c4c0b9e73b1df474736efad3b4a41ff51e009d (diff)
* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]
* test/psych/*: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f599cc2d7d..083cc9b3d8 100644
--- a/NEWS
+++ b/NEWS
@@ -120,6 +120,9 @@ with all sufficient information, see the ChangeLog file.
* Prime.prime? now returns false for negative numbers. This method
should not be used to know the number is composite or not. [Bug #7395]
+* Psych
+ * Removed Psych::EngineManager [Bug #8344]
+
=== Built-in global variables compatibility issues
=== C API updates