Skip to content

Commit

Permalink
new version and news update
Browse files Browse the repository at this point in the history
  • Loading branch information
melsman committed Oct 1, 2023
1 parent 11bc226 commit 855248b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## MLKit NEWS

### MLKit version 4.7.4 is released

* mael 2023-10-01: Improved basis library documentation.

* mael 2023-10-01: Initial support for explicit region and effect
annotations, including constraints on function invocations. The
modified source language, which we call ReML (a Standard ML program
is also a ReML program) is enabled with the -er flag. Examples are
available in the test/explicit_regions folder.

* mael 2023-04-27: Generate position-independent machine code.

### MLKit version 4.7.3 is released
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(MLKit, [v4.7.3])
AC_INIT(MLKit, [v4.7.4])
AC_CONFIG_HEADERS([src/config.h])
AC_REVISION($Revision$)
AC_CONFIG_FILES([src/Runtime/Makefile
Expand Down

0 comments on commit 855248b

Please sign in to comment.