-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note about possible breaking changes
- Loading branch information
1 parent
612b220
commit a2b678a
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |