From 245440a86dc80a33f85b6629a884dc8c88af7cf9 Mon Sep 17 00:00:00 2001 From: GrayJack Date: Wed, 10 Jul 2019 00:07:00 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d092056..8f83f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)