Skip to content

Commit

Permalink
prepare for e-vo 3.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcoles committed Jul 9, 2024
1 parent 5af1887 commit 616c9cb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
11 changes: 7 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ by Wouter van Oortmerssen. It adds many new features, bug fixes and
optimisations including object UNIONs, string merging, non word-aligned
objects and many more.

This version brings in many of the features from the creativE E compiler and
also adds many new features unique to E-VO as well (see updates.txt for
complete change list).
Changes in E-VO 3.8.1:
- FindModule: add module version 14 support
- Showmodule: add module version 14 support
- fix legacy compile mode so it doesnt include changes in module
version 14
- Fix reaction texteditor tag values

E is an object oriented / procedural / unpure functional higher programming
E is an object oriented / procedural / unpure functional higher programming
language, mainly influenced by languages such as C++, Ada, Lisp etc. It is a
general-purpose programming language, and the Amiga implementation is
specifically targeted at programming system applications.
Expand Down
13 changes: 8 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Short: E-VO: Amiga E Evolution
Author: [email protected] (Darren Coles)
Uploader: [email protected] (Darren Coles)
Type: dev/e
Version: 3.8.0
Version: 3.8.1
Replaces: dev/e/evo.lha
Architecture: m68k-amigaos
Distribution: Aminet
Expand All @@ -12,10 +12,13 @@ by Wouter van Oortmerssen. It adds many new features, bug fixes and
optimisations including object UNIONs, string merging, non word-aligned
objects and many more.

The main changes in this release are to provide enhanced debugging
capabilities. E-VO support is being added to CodeCraft (a fully featured
development environment) which will allow the full capabilities of its
debugger to be utilised with E-VO.
Changes in E-VO 3.8.1:
- FindModule: add module version 14 support
- Showmodule: add module version 14 support
- fix legacy compile mode so it doesnt include changes in module
version 14
- Fix reaction texteditor tag values


E is an object oriented / procedural / unpure functional higher programming
language, mainly influenced by languages such as C++, Ada, Lisp etc. It is a
Expand Down

0 comments on commit 616c9cb

Please sign in to comment.