HISTORY in tracepoint-1.0.0 vs HISTORY in tracepoint-1.1
- old
+ new
@@ -1,12 +1,23 @@
-= HISTORY
+= RELEASE HISTORY
+== 1.1 / 2009-12-26
+
+This release fixes multi-tracing and adds named traces.
+
+Changes:
+
+* Support for multiple traces.
+* Trace procedures can be named.
+* TracePoint has file name and line number.
+
+
== 1.0.0 / 2009-07-10
Tracepoint is a spin-off of Ruby Facets. This is it's first release as
a stand alone project. Tracepoint is a Binding with event information that
can be used to trace execution, akin to #set_trace_func.
-* 1 major enhancement
+Changes:
- * Birthday!
+* Happy Birthday!