From 394e138714b5fbafec6570ef3711dc10b3eacf3f Mon Sep 17 00:00:00 2001 From: Sam Gleske <sag47@drexel.edu> Date: Mon, 16 Sep 2013 12:24:51 -0400 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e21c2f..c5ab1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ +## gitlab-mirrors v0.2.8 + +* Fixed bug where `manage_gitlab_project.py` would attempt to move a project into the user namespace if the `gitlab_namespace` is equal to `gitlab_user`. No need to move a project from the same origin/destination group. +* Prerequisite documentation fix for installing `python-gitlab` instructions. +* Added support documentation for running `gitlab-mirrors` from a non-administrative user. + +--- ## gitlab-mirrors v0.2.7 -* Renamed CHANGELOG to CHANGELOG.md +* Renamed `CHANGELOG` to `CHANGELOG.md` --- ## gitlab-mirrors v0.2.6 -- GitLab