You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
521 B

=========================
Duktape 3.0 release notes
=========================
Release overview
================
Main changes in this release (see RELEASES.rst for full details):
* TBD.
Upgrading from Duktape 2.x
==========================
* Source variants have been removed from the distributable, with the
`src/` directory containing combined sources with default options and
*without* `#line` directives (previously `src-noline/`). You can
recreate the removed variants using `tools/configure.py`.
* TBD.