File tree Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,25 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased] - 2021-06-23
7+ ## [ Unreleased] - 2021-06-24
88
99### Added
10+
11+ ### Changed
12+
13+ ### Deprecated
14+
15+ ### Removed
16+
17+ ### Fixed
18+
19+
20+ ## [ 3.1.0] - 2021-06-24
21+
22+ ### Added
23+ * A directory of example homework assignments that can be used or adapted by
24+ course instructors using the application in a class. The example assignments
25+ can also be used by self-directed learners.
1026* Session Logs
1127 * Feature that logs most user interaction with the application, and
1228 generates an in-application view of the session log.
@@ -37,20 +53,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3753 using the specified heuristic. Simply assign each student a different
3854 problem instance number (it is a value of type long), perhaps based on their
3955 student id number.
40- * A directory of example homework assignments that can be used or adapted by
41- course instructors using the application in a class. The example assignments
42- can also be used by self-directed learners.
43-
44- ### Changed
45-
46- ### Deprecated
47-
48- ### Removed
4956
5057### Fixed
5158* Reorganized resources files (html content of dialogs, and images)
5259 to use a namespace (i.e., within a directory hierarchy based on package name).
53-
60+
5461
5562## [ 3.0.1] - 2021-05-26
5663
You can’t perform that action at this time.
0 commit comments