rustwasm / wasm-bindgen

Facilitating high-level interactions between Wasm modules and JavaScript
https://rustwasm.github.io/docs/wasm-bindgen/
Apache License 2.0
7.84k stars 1.08k forks source link

Make it clearer which versions are affected by the constructor bug #4249

Closed RunDevelopment closed 2 weeks ago

RunDevelopment commented 2 weeks ago

The form of the section informing users about an important bug was weird. It started with "versions >=X are affected", explained the bug and how it affects users, and then told users "actually, only versions >=X, <Y are affected" (literally: "This is no longer required as of v0.2.88"). This is bad form, because we are making users read through and understand a bug + workarounds only tell them at the very end that this isn't relevant to them.

This PR mentions the full affected version range at the start of the section.