From b3b1223108806f31fdb29cca6110a5d11d82f504 Mon Sep 17 00:00:00 2001 From: Ary Borenszweig Date: Fri, 30 Oct 2015 00:17:36 -0300 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1d18295f5f..1c5dadafe622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ -## Next +## 0.9.1 (2015-10-30) * Docs search now finds nested entries (thanks @adlerhsieh) -* Many corrections and changes to the formatter. -* Added OpenSSL::Cipher (thanks @benoist) +* Many corrections and changes to the formatter, for better consistency and less obtrusion. +* Added `OpenSSL::Cipher` and `OpenSSL::Digest` (thanks @benoist) * Added `Char#+(String)` (thanks @hangyas) +* Added `Hash#key` and `Hash#key?` (thanks @adlerhsieh) +* Added `Time::Span#*` and `Time::Span#/` (thanks @jbaum98) +* Added `Slice#reverse_each` (thanks @omninonsense) +* Added docs for `Random` and `Tempfile` (thanks @adlerhsieh) * Fixed some bugs. ## 0.9.0 (2015-10-16)