Update CHANGELOG

This commit is contained in:
Ben Gotow 2017-10-10 12:08:29 -07:00
parent b7aef51c44
commit 93fa0edadc
2 changed files with 8 additions and 2 deletions

View file

@ -24,6 +24,12 @@ Fixes:
- Spellchecking on linux now works reliably.
- On Mac OS X, some menu shortcuts (like Command-H) now appear in the menu bar properly.
- Mailspring now correctly parses `mailto:` links with multiple semicolon-separated CC and BCC addresses.
- The "Raw HTML" signature editor is now the proper size.
### 1.0.2 (10/6/2017)
Fixes:

View file

@ -78,8 +78,8 @@ In `my-package/keymaps/my-package.cson`:
```js
".my-component":
"cmd-t": "selectItem"
"cmd-enter": "sendMessage"
"command+t": "selectItem"
"command+enter": "sendMessage"
```
*/
export default class KeyCommandsRegion extends React.Component {