summaryrefslogtreecommitdiffhomepage
path: root/ChangeLog
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2016-08-08 12:36:03 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2016-08-08 12:38:21 +0900
commit7a7fac8412e980602fc3d660425109c21de91126 (patch)
tree136855dcebe9a1710e812455cf86310a48bf3507 /ChangeLog
parentaf4567bb418ef97f686ac9f37fdef2626c91fef1 (diff)
downloadmruby-7a7fac8412e980602fc3d660425109c21de91126.tar.gz
mruby-7a7fac8412e980602fc3d660425109c21de91126.zip
removed ChangeLog that has not been updated for long time; ref #3190
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 0 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 93a18f442..000000000
--- a/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-Thu Apl 19 17:25:18 2012 Yukihiro Matsumoto <[email protected]>
-
- * first release version 1.0.0 released.
-
-Local variables:
-add-log-time-format: (lambda ()
- (let* ((time (current-time))
- (system-time-locale "C")
- (diff (+ (cadr time) 32400))
- (lo (% diff 65536))
- (hi (+ (car time) (/ diff 65536))))
- (format-time-string "%a %b %e %H:%M:%S %Y" (list hi lo) t)))
-indent-tabs-mode: t
-tab-width: 8
-end: