Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
2.0.21 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bruth committed Mar 27, 2013
1 parent 8436466 commit ec3f8d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,14 @@ Having these indexes enables generating queries regardless of the entry point an

## CHANGELOG

2.0.21 [diff](https://github.com/cbmi/avocado/compare/2.0.20...2.0.21)

- Backport context node schema from 2.1
- This is a backwards compatible port of the context node changes in Avocado 2.1 specifically to:
- Support the `field` key instead of `id` as the field identifier
- Support the `concept` key which is used to scope the `field`
- Support branches without children or one child to act as containers

2.0.20 [diff](https://github.com/cbmi/avocado/compare/2.0.19...2.0.20)

- Fix possible mis-ordering of formatter keys and fields
Expand Down
2 changes: 1 addition & 1 deletion avocado/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'major': 2,
'minor': 0,
'micro': 21,
'releaselevel': 'beta',
'releaselevel': 'final',
'serial': 1
}

Expand Down

0 comments on commit ec3f8d1

Please sign in to comment.