Skip to content

Commit

Permalink
Updated documentation for v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanh committed Sep 27, 2016
1 parent 6b04c69 commit 7e91584
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/).

## v0.6.2 - 27-Sep-2016
### Added
- Processing of agenda items during meeting into new projects and actions

### Fixed
- Add/remove rethinkdb entity from cache problem, see: https://github.com/mattkrick/cashay/issues/125
- Editors multiplayer field regression

## v0.6.1 - 23-Sep-2016
### Added
- Now supports removal of agenda items
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ get involved and how to get compensated.

| Release | Summary |
|---------|--------------------------------------------|
| v0.6.1 | Add Project Updates, rallies, segment.io |
| v0.6.2 | Processing of meeting agenda to projects |
| v0.6.1 | Agenda items, @live directive, bug fixes |
| v0.5.3 | Add Project Updates, rallies, segment.io |
| v0.4.1 | Added Me Dash., multiplayer editing states |
| v0.4.0 | Add Lobby, Check-in, start of Team Dash. |
Expand Down
4 changes: 2 additions & 2 deletions docs/epics/0001_Action_Epic_MVTP.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ projects can be created and TMs can request what they need of each other.
for a TM, they want to add it to the agenda, so that they have an opportunity
to get what they need.

- [ ] When the meeting advances from agenda item to agenda item, the F will
- [X] When the meeting advances from agenda item to agenda item, the F will
want to know what to say ("what do you need?") and the TM will want to be
able to process the agenda item into new projects or actions.

- [ ] When the TM has created a project or action by mistake, the TM will
- [X] When the TM has created a project or action by mistake, the TM will
want a control for deleting or canceling it, so that they don't add to the
noise of the team.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "0.6.1",
"version": "0.6.2",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/action"
Expand Down

0 comments on commit 7e91584

Please sign in to comment.