diff options
| author | Hidetaka Takano <[email protected]> | 2012-04-20 11:34:21 +0900 |
|---|---|---|
| committer | Hidetaka Takano <[email protected]> | 2012-04-20 11:34:21 +0900 |
| commit | cfa6ca8daa142443d9b1bd6b68105f914b39a72f (patch) | |
| tree | ae622165d862cbe7569900c4a59208d26332b256 /ChangeLog | |
| parent | e0d6430f63c4cbe0c71ce82ee23284671389a818 (diff) | |
| download | mruby-cfa6ca8daa142443d9b1bd6b68105f914b39a72f.tar.gz mruby-cfa6ca8daa142443d9b1bd6b68105f914b39a72f.zip | |
add document
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 000000000..93a18f442 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,15 @@ +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: |
