Modified next release changelog.
h3rald h3rald@h3rald.com
Wed, 19 Jul 2023 20:16:25 +0000
3 files changed,
8 insertions(+),
15 deletions(-)
M
next-release.md
→
next-release.md
@@ -1,15 +1,8 @@
-### New Features +### New Features + -* Added **quoted-symbol?** predicate. -* Added **get-raw** operator to retrieve information on an element of a quotation without evaluating it. -* Added **dget-raw** operator to retrieve information on an element of a dictionary without evaluating it. -* Added **set-sym** operator to set an element of a quotation to a symbol (specified as a string). -* Added **dset-sym** operator to set a key of a dictionary to a symbol (specified as a string). ### Fixes and Improvements -* Miscellaneous documentation fixes. -* Now clearing the stack after every HTTP request received by **http-server**. -* Fixed #174 (cons operator was not creating a new quotation). -* Fixed #176 (times can now execute a quotation 0 times). -* **set** now actually creates a copy of the specified quotation. -* Documented previously-undocumented **type** operator. +* Documentation improvements and fixes (thanjs @agentofuser, @tristanmcd130, and @jo-he. +* Fixed #184 (thanks @inivekin) +* Fixed problem with hardcoded relative paths to third-party libraries that prevented installing via nimble.
M
site/settings.json
→
site/settings.json
@@ -6,5 +6,5 @@ "rules": "rules.min",
"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.37.0" + "version": "0.38.0" }