From b271750a4bf467dfc92b335ac96e9a4cc0b711c8 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Mon, 8 Feb 2016 11:22:04 +0000 Subject: [PATCH] Changelog for 0.11.0 Release Change-Id: I42a1aa3a82107a16f44d5d146e9e85393de35c79 --- ChangeLog | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/ChangeLog b/ChangeLog index ae7e4c2..ea33e66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,53 @@ Changelog ========= +0.11.0 (2016-02-08) +------------------- + +- Changelog for 0.11.0 Release. +- Fix order of commits from previous imports. +- Ask rev-parse for shortest unique SHA1. +- Remove upstream branch requirement from '--finish' +- Move logging setup earlier. +- Support a finalize method for argument parsing. +- Convert strategy tests to use scenarios. +- Have pbr update AUTHORS but not changelog. +- Fix manpage building. +- Remove '\' from multiline strings. +- Improve detection of the previous import merge. +- Begin conversion to testscenarios. +- Include node 'name' in commit subject. +- Update typos. +- Add more complex usage summary for import command. +- Tidy up fixture usage. +- Use standard library for text generation. +- Update ChangeLog with missing releases. +- Capture log messages for test failures. +- Add option to perform finish only. +- Allow direct execution of main module. +- Tests: Switch to use list as stack. +- Grammar fixes. +- Change repository from stackforge to openstack. +- Update .gitreview for new namespace. +- Update the read-tree command in USAGE.md. +- Re-factor and split code. +- Restructure subcommands parser creation. +- Mask broken versions of mock. +- Update hacking, enable some checks and fix style issues. +- Sample jobs for mirroring upstream repositories. +- Find additional missing commit scenarios. +- Use DFS reverse topological sort to allow unordered inputs. +- Make function private and replace boolean with function result. +- Catch BadName exceptions from newer GitPython. +- Additional scenarios that result in missed commits. +- Add test for obsolete approach to track upstream. +- Refactor code used to build tree into helpers. +- Add test support for creating carried changes. +- Include graph of git log and node info on error. +- Workflow documentation is now in infra-manual. +- Fix typo. + + 0.10.1 (2014-11-18) -------------------