Skip to content

Commit d7e7494

Browse files
committed
update Changelog [ci skip]
1 parent 119f11e commit d7e7494

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ChangeLog.markdown

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ To browse or download snapshots of old tagged versions, visit https://github.com
77

88
Not all changes are documented here. In particular, new features, user-oriented fixes, options, command-line parameters, usage changes, deprecations, significant internal modifications and optimizations etc. generally deserve a mention. To examine the full set of changes between versions, visit the link to full changeset diff at the end of each section.
99

10-
Current trunk code
10+
v1.37.23: ?
11+
------------------
12+
- Breaking change: Do not export getValue/setValue runtime methods by default. You can still use them by calling them directly in code optimized with the main file (pre-js, post-js, js libraries; if the optimizer sees they are used, it preserves them), but if you try to use them on `Module` then you must export them by adding them to `EXTRA_EXPORTED_RUNTIME_METHODS`. In `-O0` or when `ASSERTIONS` is on, a run-time error message explains that, if they are attempted to be used incorrectly.
13+
14+
v1.37.17: 7/25/2017
1115
------------------
1216
- Updated to libc++'s "v2" ABI, which provides better alignment for string data and other improvements. This is an ABI-incompatible change, so bitcode files from previous versions will not be compatible.
1317
- To see a list of commits in the active development branch 'incoming', which have not yet been packaged in a release, see

0 commit comments

Comments
 (0)