Finalized 2.0 release notes

This commit is contained in:
mmorrison 2019-01-12 22:22:26 -06:00
parent 6496660633
commit fdc08b5c09
2 changed files with 48 additions and 66 deletions

View file

@ -89,9 +89,6 @@ class Core extends EventEmitter {
await this.run(state);
if (this.options.notes)
state.notes = this.options.notes;
// because lots of servers prefix with spaces to try to appear first
state.name = (state.name || '').trim();