-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
1 changed file
with
17 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Change Log # | ||
|
||
## nom::SpriteSheet Sheets ## | ||
|
||
## v0.2.0 ## | ||
|
||
* nomlib no longer uses json_spirit for its JSON input and output; we now use the jsoncpp library. | ||
|
||
* Comments -- // and /* */ styles -- are not allowed anymore; this was a decision I made to ensure a greater level of compatibility with JSON parsers. Use _comment fields. | ||
|
||
* Sorting order is alphabetical now; This is believed to be due to jsoncpp using std::map in its implementation. | ||
|
||
* The ID field is now all lowercase: id. | ||
|
||
## v0.1.0 ## | ||
|
||
* Initial release |