You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
19
19
20
20
- Added support for Python 3.13.x
21
21
22
+
23
+
## [0.2.6]
24
+
22
25
- Changed default configuration in order to speed up builds. Now optimizations options ["enable_optimizations", "with_lto"] are not enabled by default but can now be enabled by setting OPTIMIZE=1 environment variable.
23
26
24
27
- Added `make strip` option (with script) to recursively strip externals in the externals folder (currently macOS only)
@@ -44,8 +47,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
47
45
48
- Fixed .github workflows which have become deprecated due to api changes at github
46
49
47
-
## [0.2.0]
48
-
49
50
- Added the `webserv` external based on the [mongoose](https://github.com/cesanta/mongoose) embedded webserver platform fora proof-of-concept of a webserverin an external.
50
51
51
52
- Changed minimal macos version to '12.0'. This can be setin`py-js/source/scripts/common.cmake`
0 commit comments