Skip to content

Commit

Permalink
update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
mwest1066 committed May 20, 2017
1 parent a65cd8c commit f0189d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@

# ChangeLog

* __2.10.0__ - 2017-05-20

* Add real-time grading job status with websockets (Nathan Walters).

* Add full DB schema migration system (Nathan Walters).

* Add unit tests for DB migrations (Nathan Walters).

* Add Python modules for autograders: `numpy`, `scipy`, `matplotlib`,
`sympy`, and `pandas` (Jordi Paris Ferrer).

* Add `scipy` and `numpy` to the PL docker image.

* Add documentation on the new authentication flow.

* Add more developer documentation on the database schema.

* Add export of full database in CSV, optionally anonymized.

* Use Python 3.5 for autograders in `exampleCourse` (Nathan Walters).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PrairieLearn",
"description": "PrairieLearn online problem-solving system",
"version": "2.9.0",
"version": "2.10.0",
"private": true,
"dependencies": {
"adm-zip": "0.4.x",
Expand Down

0 comments on commit f0189d5

Please sign in to comment.