forked from ecairn/powertrack-rb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Laurent Farcy
committed
Jul 5, 2016
1 parent
b688f04
commit cebd639
Showing
2 changed files
with
10 additions
and
5 deletions.
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,10 +1,15 @@ | ||
1.0.3 | ||
----- | ||
v1.1.0 | ||
------ | ||
|
||
* Add support for Replay feature | ||
|
||
v1.0.3 | ||
------ | ||
|
||
* Retrieve the on_system function from options | ||
|
||
1.0.2 | ||
----- | ||
v1.0.2 | ||
------ | ||
|
||
* to_json can get options in order for powertrack to support the standard | ||
JSON library (through the MultiJson gem). Thanks to @duncanita for the PR. |
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,3 +1,3 @@ | ||
module PowerTrack | ||
VERSION = '1.0.3' | ||
VERSION = '1.1.0' | ||
end |