Skip to content

Commit

Permalink
Adds CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jan 18, 2018
1 parent c3d9074 commit 062c2b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Version 0.3.0

### Breaking changes

- `snake_case` now removes punctuation, see [#5](https://github.com/sobolevn/recase/issues/5)
- Minimal `elixir` version is now `1.5`


## Version 0.2.0

This version brings just one, but braking change. As it was discussed `to_upper` is a misleading name for a function. It is not clear what this function does. Since traditionally `uppercase` is just all uppercased letters. And it has nothing to do with `PascalCase`.
Expand Down

0 comments on commit 062c2b8

Please sign in to comment.