Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell authored Jan 14, 2018
1 parent 66aac64 commit a720fbd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased][unreleased]

## [1.0.4] - 2018-01-14
### Changed
- Modified the internal pointer and string manipulations to use bytes instead of characters for better performance (#4)

## [1.0.3] - 2018-01-14
### Fixed
- Fixed check for PHP 7+
Expand All @@ -28,7 +32,8 @@ This release contains massive performance improvements of 98% or more, especiall
### Added
- Initial commit

[unreleased]: https://github.com/colinodell/json5/compare/1.0.3...HEAD
[unreleased]: https://github.com/colinodell/json5/compare/1.0.4...HEAD
[1.0.4]: https://github.com/colinodell/json5/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/colinodell/json5/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/colinodell/json5/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/colinodell/json5/compare/1.0.0...1.0.1

0 comments on commit a720fbd

Please sign in to comment.