diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 0b0d5f7..0000000 --- a/ChangeLog +++ /dev/null @@ -1,11 +0,0 @@ -2010-09-23 Juan Jose Comellas - - * Released v0.3.0 - * Added support for rebar. - * Cleaned up dialyzer warnings. - -2009-11-16 Juan Jose Comellas - - * Released v0.1.0 - * Dropped record syntax for the option specifications to simplify use - from escripts. diff --git a/TODO b/TODO deleted file mode 100644 index fd0e551..0000000 --- a/TODO +++ /dev/null @@ -1,2 +0,0 @@ -* Add support for non-option arguments where the first character is '-'. - e.g. For "test -a -- -b" "-b" should be interpreted as a non option argument.