Skip to content

Commit

Permalink
Update CHANGELOG for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eraserhd committed May 5, 2019
1 parent 966eefb commit 0506f56
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# ChangeLog
## [Unreleased]
- Each unicode grapheme counts as one column - composing characters aren't
counted separately. (Closes #

## [v0.3.0]
## Changed
- Kakoune script now uses modules.
- Published to NPM, usable from JavaScript that supports WebAssembly with a
wrapper that works like the original JavaScript parinfer.
- Result from C wrapper is now in thread-local storage, allowing concurrent
Expand Down Expand Up @@ -36,5 +38,6 @@
#### Fixed
- `c` commands do not smart-dedent trailing lines

[Unreleased]: https://github.com/eraserhd/parinfer-rust/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/eraserhd/parinfer-rust/compare/v0.3.0...HEAD
[v0.3.0]: https://github.com/eraserhd/parinfer-rust/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/eraserhd/parinfer-rust/compare/v0.1.0...v0.2.0

0 comments on commit 0506f56

Please sign in to comment.