aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDan Kegel <[email protected]>2024-08-13 11:39:41 -0700
committerRon Evans <[email protected]>2024-08-14 12:00:55 +0200
commita47ff02c82b14af7bb97965274edbe6d60fa6b6a (patch)
tree63ed4bb4b7e54f9fd7d815799f55825c0873ef3a /CHANGELOG.md
parente27b2c4ad67f1cc3e7914ab1a1e82de95038dcd4 (diff)
downloadtinygo-a47ff02c82b14af7bb97965274edbe6d60fa6b6a.tar.gz
tinygo-a47ff02c82b14af7bb97965274edbe6d60fa6b6a.zip
make spell: add a few missing misspellings, fix format of .csv file, also fix *.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb2de6647..956d50b6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,7 @@
- `builder`: keep un-wasm-opt'd .wasm if -work was passed
- `builder`: make sure wasm-opt command line is printed if asked
- `cgo`: implement shift operations in preprocessor macros
- - `interp`: checking for methodset existance
+ - `interp`: checking for methodset existence
* **standard library**
- `machine`: add `__tinygo_spi_tx` function to simulator
@@ -217,7 +217,7 @@
- `reflect`: add SetZero
- `reflect`: fix iterating over maps with interface{} keys
- `reflect`: implement Value.Grow
- - `reflect`: remove unecessary heap allocations
+ - `reflect`: remove unnecessary heap allocations
- `reflect`: use .key() instead of a type assert
- `sync`: add implementation from upstream Go for OnceFunc, OnceValue, and OnceValues
* **targets**