Skip to content

Commit

Permalink
Update Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BasThomas authored Oct 21, 2018
1 parent 4aeee32 commit 8d36ab7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# next

- **Breaking**: Nested `LengthOption` under the `Analysis` namespace. If it is accessed without type inference,
such as like `LengthOption.word`, you'll need to use `Analysis.LengthOption.word` going forward. Type inference will continue
to work as expected, allowing you to use `.word` or `.sentence`.

# [0.3.0](https://github.com/BasThomas/Analysis/releases/tag/0.3.0)

- Updated to Swift 4.2.
Expand Down

0 comments on commit 8d36ab7

Please sign in to comment.