summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-24 10:00:09 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-24 10:00:09 +0000
commitf508efdb9b541893315cdc7d65978bc027bba601 (patch)
tree2fd9a12f595e6a42dac6da793718880a1384295d /ChangeLog
parentb6f2f67cc91ae10feeed4205c0f0be951859ece6 (diff)
tool/downloader.rb: Adjusting example for
Downloader.download to implementation changes in r47693. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 596b41ef42..9698756c26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,24 @@
-Tue Sep 24 18:06:06 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
+Wed Sep 24 18:59:59 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
+
+ * tool/downloader.rb: Adjusting example for
+ Downloader.download to implementation changes in r47693.
+
+Wed Sep 24 18:06:06 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
* tool/downloader.rb: Removing unused method
Downloader.download_if_modified_since.
(if ever used, just replace with Downloader.download)
-Tue Sep 24 17:59:59 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
+Wed Sep 24 17:59:59 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
* tool/downloader.rb: Fixing raise after return.
-Tue Sep 24 17:55:55 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
+Wed Sep 24 17:55:55 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
* tool/downloader.rb: Made Unicode data file location available
via :unicode Symbol.
-Tue Sep 24 10:45:45 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
+Wed Sep 24 10:45:45 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
* tool/downloader.rb: Small fix to documentation comment.