Skip to content

Commit

Permalink
Merge pull request #630 from Dyalog/v4-docs
Browse files Browse the repository at this point in the history
Tweak formatting of release notes
  • Loading branch information
mkromberg authored Feb 18, 2024
2 parents 7004a98 + 1269d27 commit 69c9f60
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/ReleaseNotes40.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Link version 4.0 is distributed with Dyalog APL version 19.0 and can be used wit

This page describes the most important enhancements to Link, delivered in version 4.0. For a complete list of changes, see the [version 4.0 milestone on GitHub](https://github.com/Dyalog/link/milestone/2).

## Implemented Features
## New Features

The following features have been implemented in the master branch:

Expand Down Expand Up @@ -43,13 +43,12 @@ The following features have been implemented in the master branch:
Imported: #.HttpCommand ← C:\Program Files\Dyalog\Dyalog APL-64 19.0 Unicode\Library\Conga\HttpCommand.dyalog
```

- Multi-line character data stored in character vectors, character matrices, and vectors of character vectors can optionally be stored in "flat" text files (as opposed to using APL Array Notation). The section on Arrays in the [Basic Usage document](Usage/index.md#Arrays) contains more information about this feature.
- Multi-line character data stored in character vectors, character matrices, and vectors of character vectors can optionally be stored in "flat" text files (as opposed to using APL Array Notation). The section on Arrays in the [Basic Usage document](Usage/index.md) contains more information about this feature.

- When defining functions or operators in the active workspace, `Link.Create` will update information about the most recent change using file information reported by the operating system. This information is reported by `⎕AT`, `20 21 22 ⎕ATX`, and the Workspace Explorer.

!!! Note

This is not the information that would be reported by a source code management system like Git - you need to use a Git, SVN or similar client to view more detailed information about changes to the source.
This is not the information that would be reported by a source code management system like Git - you need to use a Git, SVN or similar client to view more detailed information about changes to the source.

- Link.Add can evaluate an expression and assign to items before the items are added to the workspace.

Expand Down

0 comments on commit 69c9f60

Please sign in to comment.