Skip to content

Commit

Permalink
Release 2.4.10
Browse files Browse the repository at this point in the history
  * Engine:
    - Add several tests to check ExerciseTemplated's behavior.
    - #262: sensible error message when putting code out of any method
      in Scala
    - Add a test suite to gather together all tests.
    - #359: Add world-specific info to debug and feedback.
      SortingWorld uses that to tell which random instance was used.
  * Pedagogical content:
    - #372: scala code for Koch and Crab exercises were inverted.
    - #373: Fix entity name for the dutch flag
  • Loading branch information
mquinson committed Sep 30, 2014
1 parent 7dd591e commit b084ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
20140930: wanabe Release 2.4.10
20140930: Release 2.4.10

* Engine:
- Add several tests to check ExerciseTemplated's behavior.
Expand Down
4 changes: 2 additions & 2 deletions lib/resources/plm.configuration.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Sun, 28 Sep 2014 22:06:00 +0200
# PLM default configuration
plm.major.version=2.4.9
plm.minor.version=20140929
plm.major.version=2.4.10
plm.minor.version=20140930

# This should be self explanatory, actually
# Its value is automatically updated and saved in the personal property file
Expand Down

0 comments on commit b084ea9

Please sign in to comment.