[DEV-7504] Update RELEASES.md to make it less technical

master
Joseph Frazer 2020-05-13 07:27:34 -04:00
parent 71ba6a95eb
commit c72409d617
1 changed files with 2 additions and 9 deletions

View File

@ -17,26 +17,19 @@ commits that introduce the changes. To make a new release, run
NEXT NEXT
==== ====
This release adds GraphML output for linked objects to allow us to This release adds GraphML output for linked objects to allow us to
easily inspect the graph. inspect the graph.
Linker Linker
------ ------
- Add `--emit` oprion to `tamer/src/bin/tameld.rs` that allows us to specify - Add `--emit` oprion to `tamer/src/bin/tameld.rs` that allows us to specify
the type of output we want. the type of output we want.
- Slight refactor of `tamer/src/ld/poc.rs` to reuse code. - Minor refactoring.
- Added `IdentKind::name` method to allow access to the type of `IdentKind`
being used.
- Added `BaseAsg::into_inner` to allow access to internal graph representation.
Miscellaneous Miscellaneous
------------- -------------
- Dependency on `petgraph-graphml` added to facilitate the creation of GraphML.
- Added `make` target to build linked GraphML files. - Added `make` target to build linked GraphML files.
- Updated `make *.xmle` target to explicitly state it is emitting `xmle`. - Updated `make *.xmle` target to explicitly state it is emitting `xmle`.
- Added Cypher script to use in Neo4J after a GraphML file is imported. - Added Cypher script to use in Neo4J after a GraphML file is imported.
Miscellaneous
-------------
- `RELEASES.md` - `RELEASES.md`
- Add missing link to semver.org. - Add missing link to semver.org.
- Fix `tame-core` heading, which was erroneously Org-mode-styled. - Fix `tame-core` heading, which was erroneously Org-mode-styled.