diff --git a/src/main/markdown/release-notes.md b/src/main/markdown/release-notes.md index a43d73e95..a3549db2b 100644 --- a/src/main/markdown/release-notes.md +++ b/src/main/markdown/release-notes.md @@ -597,11 +597,11 @@ better debugging. For example, null pointers are detected sooner. - JSNI references no longer require fully qualified class names when this wouldn't be necessary in Java. (For example, imports work.) -- We've started implementing [JS Interop annotations](http://goo.gl/nGeiq7), +- We've started implementing JsInterop annotations, which will make it much easier to use GWT with JavaScript libraries. The specification is not final and there are bugs, so production GWT apps and libraries should continue to use JSNI for now. If you wish to experiment, -you can enable JS Interop using the `-XjsInteropMode` flag, which is available +you can enable JsInterop using the `-XjsInteropMode` flag, which is available for the compiler and Super Dev Mode. (It doesn't work with old DevMode.) - The experimental `-XmethodNameDisplayMode` flag adds a `displayName`