Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
melsman committed Jan 20, 2022
1 parent 237be62 commit ed90750
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## MLKit NEWS

### MLKit version 4.6.1 is released

* mael 2022-01-20: Make use of better finite map structures (based on
AVL trees) for all compiler and elaboration environments.

* mael 2022-01-20: Faster serialisation of compiler bases by adopting
a non-sharing strategy in case there are many hash-collisions.

* mael 2022-01-18: The maximum size of a string is now 4Gb (previously
16Mb). For the JavaScript backend, the maximum size is now 1Gb
(previously 16Mb). Same for Word8Vector.vector, CharArray.array, and
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.6.0])
AC_INIT(MLKit, [v4.6.1])
AC_CONFIG_HEADERS([src/config.h])
AC_REVISION($Revision$)
AC_CONFIG_FILES([src/Runtime/Makefile
Expand Down

0 comments on commit ed90750

Please sign in to comment.