Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Mar 5, 2018
1 parent 1023590 commit 8953021
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## Development

[Commits](https://github.com/kpdecker/jsdiff/compare/v3.4.0...master)
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.5.0...master)

## v3.5.0 - March 4th, 2018
- Omit redundant slice in join method of diffArrays - 1023590
- Support patches with empty lines - fb0f208
- Accept a custom JSON replacer function for JSON diffing - 69c7f0a
- Optimize parch header parser - 2aec429
- Fix typos - e89c832

[Commits](https://github.com/kpdecker/jsdiff/compare/v3.4.0...v3.5.0)

## v3.4.0 - October 7th, 2017
- [#183](https://github.com/kpdecker/jsdiff/issues/183) - Feature request: ability to specify a custom equality checker for `diffArrays`
Expand Down

0 comments on commit 8953021

Please sign in to comment.