Skip to content

Commit 7853af8

Browse files
committed
CHANGELOG updates for v3.0.0
1 parent 2d25335 commit 7853af8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [v2.19.0](https://github.com/github/hubot/tree/v2.19.0) (2017-06-09)
2+
[Full Changelog](https://github.com/github/hubot/compare/v2.19.0...v3.0.0)
3+
4+
### Breaking Changes
5+
6+
- [email protected] and [email protected] are no longer supported
7+
- Deep requires like `require('hubot/src/adapter')` are no longer support, use `require('hubot').Adapter` instead.
8+
- `Middleware.ticker()` has been removed. Use `process.nextTick()` instead
9+
10+
### Features
11+
12+
- We now export es2015 `class` declarations of all Hubot classes at `require('hubot/es2015')`
13+
114
## [v2.19.0](https://github.com/github/hubot/tree/v2.19.0) (2016-05-0-6)
215
[Full Changelog](https://github.com/github/hubot/compare/v2.18.0...v2.19.0)
316

0 commit comments

Comments
 (0)