@ -6,7 +6,8 @@
< / tr >
< tr >
< td >
< a href = "#7.6.0" > 7.7.0< / a > < br / >
< a href = "#7.7.1" > 7.7.1< / a > < br / >
< a href = "#7.7.0" > 7.7.0< / a > < br / >
< a href = "#7.6.0" > 7.6.0< / a > < br / >
< a href = "#7.5.0" > 7.5.0< / a > < br / >
< a href = "#7.4.0" > 7.4.0< / a > < br / >
@ -28,6 +29,24 @@
* [io.js ](CHANGELOG_IOJS.md )
* [Archive ](CHANGELOG_ARCHIVE.md )
< a id = "7.7.1" > < / a >
## 2017-03-01, Version 7.7.1 (Current), @italoacasas
### Notables changes
Node.js 7.7.0 contains a bug that will prevent all native modules from building, this patch should fix the issue. Apologies to everyone who was affected by 7.7.0.
### Commits
* [[`c8e34b61f6` ](https://github.com/nodejs/node/commit/c8e34b61f6 )] - **build** : add missing src/tracing header files (Daniel Bevenius) [#10851 ](https://github.com/nodejs/node/pull/10851 )
* [[`96f55f9e59` ](https://github.com/nodejs/node/commit/96f55f9e59 )] - **src** : move trace_event.h include to internal header (Ben Noordhuis) [#10959 ](https://github.com/nodejs/node/pull/10959 )
* [[`30c80cbe6f` ](https://github.com/nodejs/node/commit/30c80cbe6f )] - **src** : fix TracingController cleanup (Jason Ginchereau) [#10623 ](https://github.com/nodejs/node/pull/10623 )
* [[`b89b2a7d36` ](https://github.com/nodejs/node/commit/b89b2a7d36 )] - **src** : always initialize tracing controller in agent (Matt Loring) [#10507 ](https://github.com/nodejs/node/pull/10507 )
* [[`54e55e05ca` ](https://github.com/nodejs/node/commit/54e55e05ca )] - **test** : make test-intl-no-icu-data more robust (Michaël Zasso) [#10992 ](https://github.com/nodejs/node/pull/10992 )
* [[`7b253eb3ed` ](https://github.com/nodejs/node/commit/7b253eb3ed )] - **test** : increase strictness for test-trace-event (Rich Trott) [#11065 ](https://github.com/nodejs/node/pull/11065 )
* [[`3dc4a5f1f4` ](https://github.com/nodejs/node/commit/3dc4a5f1f4 )] - **tracing** : fix -Wunused-private-field warning (Santiago Gimeno) [#10416 ](https://github.com/nodejs/node/pull/10416 )
* [[`8a918bf411` ](https://github.com/nodejs/node/commit/8a918bf411 )] - **tracing** : fix -Wreorder warning (Santiago Gimeno) [#10416 ](https://github.com/nodejs/node/pull/10416 )
< a id = "7.7.0" > < / a >
## 2017-02-28, Version 7.7.0 (Current), @italoacasas