diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:37:56 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:37:56 +0200 |
| commit | 1b21e4d65ff823f12c91a0d691f12ea00066b9a8 (patch) | |
| tree | f2930e0d9f9f1c07ab5803cdec5ffd205a45808e | |
| parent | f3668678d1f4c69bd2f113c42774a5a1cb16b45e (diff) | |
fix
| -rw-r--r-- | calculator.buetow.org/content/home.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index 11ed0ac..5a842ab 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -16,4 +16,9 @@ <namedlink href="http://fype.buetow.org">Fype Language</namedlink> <noop> which can do arithmetic calculations too.</noop> </text> + <textheader>Version 0.6 (Sep 20th 2005)</textheader> + <enumeration> + <enumitem>Changed the source tree structure. Normal non-digits will now be treated with their ASCII values. Digits will be treated with ASCII values too if mode ascii has been activated.</enumitem> + <enumitem>Fixed the "operators" command.</enumitem> + </enumeration> </content> |
