Skip to content

Commit

Permalink
Update the changelog for the bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ihumanable committed May 3, 2024
1 parent 878ac42 commit a6f2ece
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.13.1 (2024-05-02)

Minor bugfix to correct an issue with negative step ranges in `String.slice/2` raised by
- [Josephine](https://github.com/josephineweidner)
- [Hissssst](https://github.com/hissssst)
- [Luca Corti](https://github.com/lucacorti)

### Bugfixes

- 🐞 - Fixed a warning raised from using a range with a negative step in `String.slice/2`

## 0.13.0 (2023-10-17)

Added the ability to control how Patch functions are imported in test modules. Added the ability to `listen/3` without a target, useful when a process is spawned by another process and the spawning of that process is not within the testing boundaries.
Expand Down

0 comments on commit a6f2ece

Please sign in to comment.