Skip to content

Commit

Permalink
add mathjax preprocessor note to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherChudzicki committed Aug 10, 2018
1 parent ac09c84 commit 027360a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This version includes a number of new features and documentation updates.

* A new [documentation website](https://mitodl.github.io/mitx-grading-library/)
* Math parser now supports multivariable functions and array input (vector, matrix, etc).
* many improvements to our mathjax preprocessor
* Improvements to balanced bracket validator.
* Added new class `MatrixGrader` (see [MatrixGrader documentation](grading_math/matrix_grader/matrix_grader.md)) along with supporting sampling classes `RealMatrices` and `RealVectors`
* When `FormulaGrader` (and its subclasses) are used inside an ordered `ListGrader`, authors can now grade multiple student inputs in comparison to each other by specifying answers in terms of [sibling variables](grading_math/formula_grader.md/#sibling-variables)
Expand All @@ -17,6 +18,7 @@ This version includes a number of new features and documentation updates.
** between_comparer
** eigenvector_comparer


## Version 1.1.x

### Version 1.1.2
Expand Down

0 comments on commit 027360a

Please sign in to comment.