Skip to content

Commit ae1a681

Browse files
committed
Updated readme.md
1 parent c88e8d6 commit ae1a681

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Frame Language Transpiler v0.11.7
2+
# Frame Language Transpiler
33

44
This project contains the code for building the Frame Language Transpiler - the **Framepiler**. The Framepiler is written in Rust and transpiles Frame specification documents into Python (with more languages to come) as well as UML Statechart diagrams.
55

@@ -85,11 +85,3 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
8585
* [Alan Turning](https://en.wikipedia.org/wiki/Alan_Turing) - For inventing automata theory and helping end WWII. See [The Imitation Game](https://www.imdb.com/title/tt2084970/)
8686
* [Dr. David Harel](http://www.wisdom.weizmann.ac.il/~harel/papers.html) - Who invented [Statecharts](https://www.sciencedirect.com/science/article/pii/0167642387900359) from which came Frame.
8787

88-
# Release Notes
89-
90-
## Frame v0.11.7
91-
92-
* Fixed bug with return syntax ^(foo) not generating a return from the interace method.
93-
## Frame v0.11.6
94-
95-
Frame v0.11.6 has focused on stability, error handling and bug fixing. For details, see the [Release Notes](https://github.com/frame-lang/frame_transpiler/releases).

0 commit comments

Comments
 (0)