History.rdoc in path_expander-1.1.2 vs History.rdoc in path_expander-1.1.3
- old
+ new
@@ -1,4 +1,11 @@
+=== 1.1.3 / 2024-09-11
+
+* 1 bug fix:
+
+ * Call to_s before delete_prefix. Maybe don't pass Pathname objects
+ to things that process ARGV?
+
=== 1.1.2 / 2024-07-11
* 1 bug fix:
* Normalize './' off the front of all paths so options like '.' and '-test' work together better