Update CHANGELOG/CONTRIBUTORS

We need to keep the CONTRIBUTORS file up to date, to give people proper
credit where it's due. There may still be people missing - please feel
free to add your own name if you think it should be there!
This commit is contained in:
Edwin Brady 2021-01-16 14:18:18 +00:00
parent fec03ea598
commit e1ecefa205
3 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Changes since Idris 2 v0.3.0
----------------------------
REPL/IDE mode changes:
* Added `:search` command, which searches for functions by type
Changes since Idris 2 v0.2.1 Changes since Idris 2 v0.2.1
---------------------------- ----------------------------

View File

@ -1,34 +1,41 @@
Thanks to the following for their help and contributions to Idris 2: Thanks to the following for their help and contributions to Idris 2:
Aaron Lebahn
Abdelhakim Qbaich Abdelhakim Qbaich
Alex Gryzlov Alex Gryzlov
Alex Silva Alex Silva
alissa42
Andre Kuhlenschmidt Andre Kuhlenschmidt
André Videla André Videla
Andy Lok Andy Lok
Anthony Lodi Anthony Lodi
Arnaud Bailly Arnaud Bailly
Brian Wignall Brian Wignall
Bryn Keller
Christian Rasmussen Christian Rasmussen
David Smith David Smith
Denis Buzdalov
Edwin Brady Edwin Brady
Fabián Heredia Montiel Fabián Heredia Montiel
Felix Springer
George Pollard George Pollard
GhiOm GhiOm
Guillaume Allais Guillaume Allais
Ilya Rezvov Ilya Rezvov
Jan de Muijnck-Hughes Jan de Muijnck-Hughes
Jeetu Jeetu
Joey Eremondi
Johann Rudloff Johann Rudloff
Kamil Shakirov Kamil Shakirov
Bryn Keller
Kevin Boulain Kevin Boulain
LuoChen LuoChen
Marc Petit-Huguenin Marc Petit-Huguenin
MarcelineVQ MarcelineVQ
Marshall Bowers Marshall Bowers
Mathew Polzin
Matthew Wilson Matthew Wilson
Matus Tejiscak Matus Tejiscak
Michael Messer
Michael Morgan Michael Morgan
Milan Kral Milan Kral
Molly Miller Molly Miller
@ -41,7 +48,12 @@ Rohit Grover
Rui Barreiro Rui Barreiro
Ruslan Feizerahmanov Ruslan Feizerahmanov
Simon Chatterjee Simon Chatterjee
then0rTh tensorknower69
Theo Butler Theo Butler
Thomas Dziedzic
Tim Süberkrüb Tim Süberkrüb
Timmy Jose Timmy Jose
then0rTh
Apologies to anyone we've missed - let us know and we'll correct it (or just
send a PR with the correction).

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
set -e
if [ $# -eq 0 ] if [ $# -eq 0 ]
then then
echo "No version number supplied" echo "No version number supplied"