Skip to content
Browse files

Finalise v1.2.1

  • Loading branch information...
1 parent 4fdfd66 commit ef9965e01309107ff784360c4afe0078bf13df67 @BenjaminDRichards BenjaminDRichards committed
Showing with 9 additions and 4 deletions.
  1. +8 −3 README.md
  2. +1 −1 license.txt
View
11 README.md
@@ -41,9 +41,14 @@ Number tags refer to [GitHub issues](https://github.com/gamelab/kiwi.js/issues).
#### Bug Fixes
-* `Animation` could, under certain circumstances, freeze for a few seconds before playing. This was due to accidentally starting in 1970 and scrambling to catch up. This is no longer possible.
-* `Clock.rate` will now equal 0 if the clock is paused or stopped.
-* Correct documentation for `TextField` and `Kiwi.HUD.Widget.MenuItem` to show proper constructor information.
+* `Animation` could, under certain circumstances, freeze for a few seconds before playing. This was due to accidentally starting in 1970 and scrambling to catch up. This is no longer possible. (#150)
+* `Clock.rate` will now equal 0 if the clock is paused or stopped. (#152)
+* Correct documentation for `TextField` and `Kiwi.HUD.Widget.MenuItem` to show proper constructor information. (#155, #154)
+* Non-looping animations now refer to the correct cells when played a second time. (#149)
+* `State.create` now fires after file loading is complete. Logs no longer overlap between loading and creating. (#157)
+* `MasterClock` now starts today, rather than 1970, avoiding anomalous results on first frame. (#158)
+
+More details can be found on the [Kiwi.JS repo](https://github.com/gamelab/kiwi.js) under the [1.2.1 milestone](https://github.com/gamelab/kiwi.js/issues?q=milestone%3Av1.2.1)
### v1.2.0 "Williams"
View
2 license.txt
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2014 Gamelab
+Copyright (c) 2015 Gamelab
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

0 comments on commit ef9965e

Please sign in to comment.
Something went wrong with that request. Please try again.