Skip to content

Commit 750e978

Browse files
committed
add change note for EventEmitter
1 parent 86477a2 commit 750e978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

change-notes/1.24/analysis-javascript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@
3636
## Changes to libraries
3737

3838
* The predicates `RegExpTerm.getSuccessor` and `RegExpTerm.getPredecessor` have been changed to reflect textual, not operational, matching order. This only makes a difference in lookbehind assertions, which are operationally matched backwards. Previously, `getSuccessor` would mimick this, so in an assertion `(?<=ab)` the term `b` would be considered the predecessor, not the successor, of `a`. Textually, however, `a` is still matched before `b`, and this is the order we now follow.
39+
* A model has been added for the NodeJS `EventEmitter`. The `SocketIO` model has been refactored to use this model.

0 commit comments

Comments
 (0)