We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333ca65 commit 39b9125Copy full SHA for 39b9125
frontend/gtkmm/NotebookWindow.cc
@@ -1663,6 +1663,7 @@ void NotebookWindow::on_help_about()
1663
std::vector<Glib::ustring> special;
1664
special.push_back("José M. Martín-García (for the xPerm canonicalisation code)");
1665
special.push_back("Dominic Price (for the conversion to pybind and most of the Windows port)");
1666
+ special.push_back("Connor Behan (for various improvements related to index-free algorithms)");
1667
special.push_back("James Allen (for writing much of the factoring code)");
1668
special.push_back("Software Sustainability Institute");
1669
special.push_back("Institute of Advanced Study (for a Christopherson/Knott fellowship)");
0 commit comments