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: CHANGES.md
+7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
## Pending
4
4
5
+
## 2.2.1.3
6
+
7
+
- Add `Tr1Fpath_Std`.
8
+
- Add `Tr1Cmdliner_Std`.
9
+
- Replace untrusted uses of `Fpath.v` with `Fpath.of_string`, which strengthens handling of user inputs. Use `Tr1Fpath_Cmdliner.Fpath_Cmdliner` to handle untrusted input in command line arguments.
10
+
- Avoid hardcoded stdlib in REPL, and open the Stdlib shadow module from DkCoder instead.
11
+
5
12
## 2.2.1.1
6
13
7
14
-`dk.sqlite3` is now backwards-compatible, which is required for soon-to-be old versions like `./dk DkRun_V2_2.Run` to co-exist with `./dk DkRun_V2_3.Run`.
0 commit comments