You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# ChangeLog
2
2
3
+
## Updates since last changelog entry (2026-02-07 → 2026-02-11)
4
+
5
+
Coverage: commits from **2026-02-07** through **2026-02-11** (since the prior cutoff of 2026-02-06).
6
+
7
+
### Highlights
8
+
9
+
-**Java/ActiveCode execution (JOBE) + unit test results:** wired in JOBE-based submission flow for Java ActiveCode with unit tests, and surfaced results end-to-end. This work primarily touched the personalized-parsons endpoints and ActiveCode client JS.
10
+
-**Personalized Parsons cleanup:** removed unused variables and tidied related evaluation code.
11
+
-**Question counting fixes:** corrected “number of questions” accounting in both backend CRUD (`question.py`) and frontend book utilities (`bookfuncs.js`).
12
+
-**Build output enhancements:** added a new preprocessor to inject **GitHub source links** into generated HTML output (`add_github_links.py`).
0 commit comments