CHANGELOG: fix link

This commit is contained in:
David Lechner
2022-10-21 17:09:02 -05:00
committed by David Lechner
parent 6e7462a67a
commit a3a6e1bc6f
+2 -2
View File
@@ -62,13 +62,13 @@
- Fixed flash firmware dialog not showing when settings not open ([support#694]).
- Fixed errors not handled while flashing firmware via USB ([pybricks-code#1011]).
- Fixed imports with invalid file name silently ignored ([support#717]).
- Fixed code completion not working when offline ([pybricks-code#938]).
- Fixed code completion not working when offline ([pybricks-code#932]).
### Removed
- Removed feature to include custom `main.py` when flashing firmware.
- Removed support for file names containing `-`.
[pybricks-code#938]: https://github.com/pybricks/pybricks-code/issues/938
[pybricks-code#932]: https://github.com/pybricks/pybricks-code/issues/932
[pybricks-code#1011]: https://github.com/pybricks/pybricks-code/issues/1011
[pybricks-code#1020]: https://github.com/pybricks/pybricks-code/issues/1020
[support#189]: https://github.com/pybricks/support/issues/189