Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed Jul 8, 2024
1 parent acc843c commit 5a492f1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/init_nloptr.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,15 @@
*
* This file registers C functions to be used from R.
*
* 03/10/2017: Included registering of C functions to be used by external R packages.
* 01/10/2017: Initial version.
* CHANGELOG:
* 2017-10-01: Initial version.
* 2017-10-03: Included registering of C functions to be used by external R
* packages.
* 2023-02-07: Use "modern" method for invoking native routine registration
* (Avraham Adler).
* 2023-08-24: Delete files solely needed for testthat (Avraham Adler).
* 2024-07-02: Updated old include which is no longer maintained and other
* minor code tweaks and efficiency enhancements (Avraham Adler).
*/

#include <R.h>
Expand Down

0 comments on commit 5a492f1

Please sign in to comment.