Skip to content

Commit

Permalink
Prep for 3.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Dane Jensen <dane@rightscale.com>
  • Loading branch information
Dane Jensen committed Feb 18, 2016
1 parent 9c89d55 commit 3654dc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## next

## 3.2

* Ensure we call `object.dump` in Renderer when fully dumping an instance (or array of instances) that have the Attributor::Dumpable module (i.e., when no subfields were selected)
* In other words, attributor types (custom or not) will need to include the Attributor::Dumpable module and properly implement the dump instance method to produce the right output with native ruby objects.

* Ensure `Blueprint` validates advanced requirements.

## 3.1

Expand Down
2 changes: 1 addition & 1 deletion lib/praxis-blueprints/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Praxis
BLUEPRINTS_VERSION = "3.1"
BLUEPRINTS_VERSION = "3.2"
end

0 comments on commit 3654dc3

Please sign in to comment.