summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-11 01:33:46 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-11 01:33:46 +0000
commitdc75046dfda73480e05b39d04c02f9aab9ed9d15 (patch)
tree2357298587619c78d9f60a7af55e744c81cf7956
parentb53b37758d61e0367b6ca38d16011833cf95c0b1 (diff)
Added [Feature #12733] to NEWS entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1dcfe9bf4b..2b0ae34561 100644
--- a/NEWS
+++ b/NEWS
@@ -109,6 +109,10 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Stdlib updates (outstanding ones only)
+* Bundler
+
+ * Add Bundler to Standard Library. [Feature #12733]
+
* ERB
* Add ERB#result_with_hash to render a template with local variables passed
with a Hash object. [Feature #8631]