From 2080b865136e0988f9d7b50fa785ab13d4b33d49 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 18 May 2015 09:43:04 -0700 Subject: changelog for release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c81a15..56fa59c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,15 @@ ## Unreleased +## Release 2.1.0 + * [**BackSlasher**:](https://github.com/BackSlasher) `with_login` flag now correctly does the magic on unix to simulate a login shell for a user (secondary groups, environment variables, set primary group and generally emulate `su -`). * went back to setsid() to drop the controlling tty, fixed old AIX issue with getpgid() via avoiding calling getpgid(). +* converted specs to rspec3 ## Release: 2.0.1 -- cgit v1.2.1