Swift: Change note.

This commit is contained in:
Geoffrey White
2023-07-27 22:04:07 +01:00
parent 57a55eda75
commit 2ba983bf4a

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* `Type.getName` now gets the name of the type alone without any enclosing types. Use `Type.getFullName` for the old behaviour.