diff options
| -rw-r--r-- | NEWS.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -25,7 +25,7 @@ module. | |||
| 25 | 25 | ||
| 26 | Instead there's just `Graphemes`, and the same for a couple of other modules | 26 | Instead there's just `Graphemes`, and the same for a couple of other modules |
| 27 | which worked the same way. This means that the cases where functionality | 27 | which worked the same way. This means that the cases where functionality |
| 28 | was provided by a wrapped pointer is not provided directly from the struct | 28 | was provided by a wrapped pointer is now provided directly from the struct |
| 29 | with the necessary data. | 29 | with the necessary data. |
| 30 | 30 | ||
| 31 | This would make user structs larger in some cases, while eliminating a | 31 | This would make user structs larger in some cases, while eliminating a |