ChangeLog in sane-0.12.0 vs ChangeLog in sane-0.12.2
- old
+ new
@@ -1,18 +1,16 @@
-* renamed println to sprint
-
-
-0.1.0
- * add File.write [stolen from facets]
-
-0.0.8
- * add __DIR__ [stolen from oldrcrs]
-
-0.0.6
- * bug fix [require andand]
-
-0.0.5
- * add dependency on andand, rogerdpack-rbeautify # essentials
- * add dbg call [essential]
-
-0.0.3
- * add assert method
+ # 3: add hash_set_operators
+ # 0.2.2: add Regex+Regex, bug fixes
+ # 0.2.0:
+ # add irb simple prompt, auto indent by default [sane defaults!]
+ # 1: add $: << '.', don't do Hash#hash on 1.9
+ # 0.1.
+ # 9 add irb autocompletion on by default [if you're in an IRB session, that is]
+ # 8 add Hash#hash
+ # 7 add File.binwrite
+ # rename aliaz alias_h [ for alias hash ]
+ # 6 add File.binread [1.9 has it, 1.8 not]
+ # 5 remove #sum method [not rails compat]
+ # 4 add _dbg as a file
+ # 0.1.3 require 'pp' with _dbg
+ # 0.1.2 add singleton_class
+ # 0.1.1 add aliaz