Skip to content

Commit

Permalink
Add note about possible breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ramontayag committed Jul 9, 2018
1 parent f5ebafa commit b7524d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Not Released

## Fixed
- Fix loading of jquery-ui files (Fixes https://github.com/mbulat/plutus/issues/58)

## Added
- Add `Account#amounts` and `Account#entries` to get all amounts and entries, respectively

## Changed
- Required jquery-ui version
- How migrations are done, which may be a breaking change from older versions of Plutus. When upgrading to this version, run `rake plutus:install:migrations`, and ensure that the files that are generated are of migrations you only need. It should not generate new versions if you've installed the latest version before this.

0 comments on commit b7524d0

Please sign in to comment.