Skip to content

Commit

Permalink
Updated changelog dates
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshGlazebrook committed Oct 21, 2017
1 parent 17bb721 commit 797687d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/CHANGELOG.md
@@ -1,7 +1,7 @@
# Change Log
## 4.0
> Released xx/xx/2017
* Major breaking changes arriving in v4
> Released 10/21/2017
* Major breaking changes arriving in v4.

### New Features
* Ability to read data from a specific offset. ex: readInt8(5)
Expand All @@ -13,9 +13,9 @@
### Breaking Changes

* Old constructor patterns have been completely removed. It's now required to use the SmartBuffer.fromXXX() factory constructors. Read more on the v4 docs.
* rewind(), skip(), moveTo() has been removed. (see setting internal read and write offsets)
* Internal private properties are now prefixed with underscores (_)
* **All** writeXXX() methods that are given an offset will now **overwrite data** instead of insert. (see write vs insert)
* rewind(), skip(), moveTo() have been removed.
* Internal private properties are now prefixed with underscores (_).
* **All** writeXXX() methods that are given an offset will now **overwrite data** instead of insert
* insertXXX() methods have been added for when you want to insert data at a specific offset (this replaces the old behavior of writeXXX() when an offset was provided)


Expand Down

0 comments on commit 797687d

Please sign in to comment.