diff options
Diffstat (limited to 'packages/base/THANKS.md')
-rw-r--r-- | packages/base/THANKS.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md index f29775a..f331dea 100644 --- a/packages/base/THANKS.md +++ b/packages/base/THANKS.md | |||
@@ -192,7 +192,8 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
192 | 192 | ||
193 | - Matt Peddie wrote the interfaces to the interpolation and simulated annealing modules. | 193 | - Matt Peddie wrote the interfaces to the interpolation and simulated annealing modules. |
194 | 194 | ||
195 | - "maxc01" solved uninstallability in FreeBSD and improved urandom | 195 | - "maxc01" solved uninstallability in FreeBSD, improved urandom, and fixed a Windows |
196 | link error using rand_s. | ||
196 | 197 | ||
197 | - "ntfrgl" added {take,drop}Last{Rows,Columns} and odeSolveVWith with generalized step control function | 198 | - "ntfrgl" added {take,drop}Last{Rows,Columns} and odeSolveVWith with generalized step control function |
198 | and fixed link errors related to mod/mod_l. | 199 | and fixed link errors related to mod/mod_l. |