What's Changed
- default pull to silent mode by @ceedubs in #3717
- Split doc evaluation from doc rendering by @ChrisPenner in #3694
- Update vim support. Comments are now correct, and syntax is closer to… by @pragdave in #3727
- Parse share handles separate from name segments by @ChrisPenner in #3704
- Tweak some builtin implementations by @dolio in #3715
- Add note about installing the vim plugin for neovim LSP by @zetashift in #3729
- Improve vim syntax highlighting by @runarorama in #3731
- Fix annotations for bindings and blocks by @ChrisPenner in #3689
- Various scheme compiler additions by @dolio in #3736
- Return an error rather than
error
on invalid base32hex in a Reference by @ChrisPenner in #3728 - Add builtins for Ref+Promise concurrency scheme by @SystemFw in #3745
- Remove unused code by @SystemFw in #3758
- Saving current echo state before running anything and then falling back to it if needed by @unorsk in #3740
- Doc: add support for inline latex and svg by @hojberg in #3725
- Add a Debug.toText builtin by @dolio in #3764
- Add Universal.murmurHash by @SystemFw in #3762
- Return 'null' instead of an empty hover result by @ChrisPenner in #3751
- Allow explicitly enabling the LSP server on Windows by @ChrisPenner in #3744
- Require that each pattern have at least one RHS. by @ChrisPenner in #3734
- Improved delimited control implementation for Chez backend by @dolio in #3771
- Add/revise some builtins related to open issues. by @dolio in #3770
- Wait until server responds to shut down the server by @ChrisPenner in #3776
- M1 mac setup tips by @rlmark in #3779
- Cryptographic Hashing! Adding some primops and crypto FOps by @jaredly in #3780
- Obliterate branches in delete.namespace rather than consing an empty branch onto existing history. by @ChrisPenner in #3605
- Don't parse guards on destructuring binds by @ChrisPenner in #3784
- Add nix flake for common development environment by @tstat in #3778
- warn after pulling an empty namespace by @mitchellwrosen in #3713
New Contributors
- @pragdave made their first contribution in #3727
- @zetashift made their first contribution in #3729
- @SystemFw made their first contribution in #3745
Full Changelog: release/M4f...release/M4g