From 7c3d867259159cb4e20519b88d7dfbf1b24d384a Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Mon, 22 Feb 2021 03:49:04 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2323475..1915e76 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,5 @@ A simple shell subsystem written in Python. -# Changelog 0.0.5a -- You can now use arguments for commands -- You can now run OS level commands with oscmd -- Fixed a bug that prevented the shell from starting. The issue was that I forgot to place quotation marks -- Add customization options -- Better Performance +# Changelog 0.0.5a-patch2a +- Adding arguments created 3 problems so I have removed the feature