Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Jul 10, 2019
1 parent d29cc7f commit 245440a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changes

## Unreleased ~ master

## 0.3.0
Add a number of macros to create smart pointers: `rc!`, `refcell!`, `cow!`, `arc!`, `mutex!`
Move the boxed module to pointers, related to smart pointer
Add a new macro `hash` that gives back the hash of passed expression (of course, as long the type implements `Hash` trait)
Expand Down

0 comments on commit 245440a

Please sign in to comment.