diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-08-08 12:36:03 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-08-08 12:38:21 +0900 |
| commit | 7a7fac8412e980602fc3d660425109c21de91126 (patch) | |
| tree | 136855dcebe9a1710e812455cf86310a48bf3507 | |
| parent | af4567bb418ef97f686ac9f37fdef2626c91fef1 (diff) | |
| download | mruby-7a7fac8412e980602fc3d660425109c21de91126.tar.gz mruby-7a7fac8412e980602fc3d660425109c21de91126.zip | |
removed ChangeLog that has not been updated for long time; ref #3190
| -rw-r--r-- | ChangeLog | 15 |
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: |
