Skip to content

Commit

Permalink
changelog with BREAKING CHANGES! oh my!
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Jun 10, 2016
1 parent 1e4fd21 commit 9d3a200
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

## v0.6.0-rc.1

### BREAKING CHANGES
- `UDP.flush()` and `TCP.flush()` now conform to the `Stream.flush()` behavior from Arduino 1.0 Wiring. The current (correct) behavior is to wait
until all data has been transmitted. Previous behavior discarded data in the buffer. [#469](https://github.com/spark/firmware/issues/469)

### FEATURES

- [Electron] Reduced data consumption connecting to the cloud with deep sleep. (NB: see the docs for how to gain the full data reduction.) [#953](https://github.com/spark/firmware/pull/953)
Expand Down

0 comments on commit 9d3a200

Please sign in to comment.