summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS7
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b692d266ad..b72019879a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Mar 30 22:12:38 2010 Kazuhiro NISHIYAMA <[email protected]>
+
+ * NEWS: add URI.decode and URI.encode to Obsoleted methods,
+ and fix typos. [ruby-dev:40852]
+
+ * NEWS: add Time#subsec.
+
Tue Mar 30 22:07:12 2010 Tanaka Akira <[email protected]>
* time.c: reorder wide value implementation.
diff --git a/NEWS b/NEWS
index 43f481cc52..5ba699afff 100644
--- a/NEWS
+++ b/NEWS
@@ -136,6 +136,7 @@ with all sufficient information, see the ChangeLog file.
* new method:
* Time#to_r
+ * Time#subsec
* Time#round
* incompatible changes:
@@ -315,8 +316,10 @@ with all sufficient information, see the ChangeLog file.
* URI.encode_www_form_component
* URI.decode_www_form_component
* Obsoleted methods:
- * URI#escape
- * URI#unescape
+ * URI.decode
+ * URI.encode
+ * URI.escape
+ * URI.unescape
* etc
* new methods: