summaryrefslogtreecommitdiffhomepage
path: root/ChangeLog
diff options
context:
space:
mode:
authorHidetaka Takano <[email protected]>2012-04-20 11:34:21 +0900
committerHidetaka Takano <[email protected]>2012-04-20 11:34:21 +0900
commitcfa6ca8daa142443d9b1bd6b68105f914b39a72f (patch)
treeae622165d862cbe7569900c4a59208d26332b256 /ChangeLog
parente0d6430f63c4cbe0c71ce82ee23284671389a818 (diff)
downloadmruby-cfa6ca8daa142443d9b1bd6b68105f914b39a72f.tar.gz
mruby-cfa6ca8daa142443d9b1bd6b68105f914b39a72f.zip
add document
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
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: