Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release proposal: v3.2.0 #2512

Merged
merged 1 commit into from
Aug 25, 2015
Merged

Release proposal: v3.2.0 #2512

merged 1 commit into from
Aug 25, 2015

Commits on Aug 25, 2015

  1. 2015-08-25 io.js v3.2.0 Release

    Notable changes:
    
    * events: Added EventEmitter#listenerCount(event) as a replacement for
      EventEmitter.listenerCount(emitter, event), which has now been
      marked as deprecated in the docs. (Sakthipriyan Vairamani) #2349
    * module: Fixed an error with preloaded modules when the current
      working directory doesn't exist. (Bradley Meck) #2353
    * node: Startup time is now about 5% faster when not passing V8 flags.
      (Evan Lucas) #2483
    * repl: Tab-completion now works better with arrays.
      (James M Snell) #2409
    * string_bytes: Fixed an unaligned write in the handling of UCS2
      encoding. (Fedor Indutny) #2480
    * tls: Added a new --tls-cipher-list flag that can be used to override
      the built-in default cipher list. (James M Snell) #2412
    rvagg committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    2364553 View commit details
    Browse the repository at this point in the history