Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
 * mac: Fix compilation errors (Howard Hellyer)
 * Rename nodereport module to node-report (Richard Chamberlain)
 * Fix source directory for install target (Richard Lau)
 * aix: skip command line check for test-fatal-error (Richard Lau)
 * Add the list of library files loaded by the process to nodereport. (Howard Hellyer)
 * docs: AIX supports triggering on USR2 signal (Richard Lau)
 * Fix behaviour on exception to match node default (Richard Chamberlain)
 * Adds the command line used to start the node process to nodereport. (Howard Hellyer)
 * Opt-in hooks and signal by default (Richard Chamberlain)
 * Fix for clang warning: libstdc++ is deprecated (Richard Chamberlain)
  • Loading branch information
rnchamberlain committed Feb 9, 2017
1 parent cd22ccf commit e5bca07
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2017-02-09, Version 2.0.0
=========================

* mac: Fix compilation errors (Howard Hellyer)

* Rename nodereport module to node-report (Richard Chamberlain)

* Fix source directory for install target (Richard Lau)

* aix: skip command line check for test-fatal-error (Richard Lau)

* Add the list of library files loaded by the process to nodereport. (Howard Hellyer)

* docs: AIX supports triggering on USR2 signal (Richard Lau)

* Fix behaviour on exception to match node default (Richard Chamberlain)

* Adds the command line used to start the node process to nodereport. (Howard Hellyer)

* Opt-in hooks and signal by default (Richard Chamberlain)

* Fix for clang warning: libstdc++ is deprecated (Richard Chamberlain)


2016-12-12, Version 1.0.7
=========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-report",
"version": "1.0.7",
"version": "2.0.0",
"description": "Diagnostic Report for Node.js",
"homepage": "https://github.com/nodejs/node-report#readme",
"repository": {
Expand Down

0 comments on commit e5bca07

Please sign in to comment.