Skip to content

Commit a720fbd

Browse files
authored
Update CHANGELOG.md
1 parent 66aac64 commit a720fbd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## [Unreleased][unreleased]
88

9+
## [1.0.4] - 2018-01-14
10+
### Changed
11+
- Modified the internal pointer and string manipulations to use bytes instead of characters for better performance (#4)
12+
913
## [1.0.3] - 2018-01-14
1014
### Fixed
1115
- Fixed check for PHP 7+
@@ -28,7 +32,8 @@ This release contains massive performance improvements of 98% or more, especiall
2832
### Added
2933
- Initial commit
3034

31-
[unreleased]: https://github.com/colinodell/json5/compare/1.0.3...HEAD
35+
[unreleased]: https://github.com/colinodell/json5/compare/1.0.4...HEAD
36+
[1.0.4]: https://github.com/colinodell/json5/compare/1.0.3...1.0.4
3237
[1.0.3]: https://github.com/colinodell/json5/compare/1.0.2...1.0.3
3338
[1.0.2]: https://github.com/colinodell/json5/compare/1.0.1...1.0.2
3439
[1.0.1]: https://github.com/colinodell/json5/compare/1.0.0...1.0.1

0 commit comments

Comments
 (0)