diff --git a/README.md b/README.md index fcdad4a..2f0e8fd 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Delphi Depends on: --- ##Changes +* Now delphi no longer requires a C wrapper file for execution. It uses the threading capability provided by python to do that. * Now delphi no longer requires putting code inside `#@s` and `#@e`. It will always execute the entire file. ---