diff --git a/ChangeLog b/ChangeLog index cf41d220c4..7b668e0067 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat May 17 17:04:32 2014 Shota Fukumori + + * NEWS: Add news about removal of lib/test/**/*.rb. + Sat May 17 16:57:33 2014 Shota Fukumori * lib/test: Removed because ruby's test cases now independent to diff --git a/NEWS b/NEWS index 235370a5ba..1187740ae6 100644 --- a/NEWS +++ b/NEWS @@ -91,6 +91,9 @@ with all sufficient information, see the ChangeLog file. It is happen when usual localtime doesn't preserve the offset from UTC. * Time.httpdate produces always UTC Time object. * Time.strptime raises ArgumentError when no date information. +* lib/test/**/*.rb + * Removed because it conflicts to minitest 5, and it was just an wrapper + of minitest 4. [Feature #9711] === Built-in global variables compatibility issues