diff --git a/distribution/ReleaseNotes.txt b/distribution/ReleaseNotes.txt
index f56c74266..c1b276823 100644
--- a/distribution/ReleaseNotes.txt
+++ b/distribution/ReleaseNotes.txt
@@ -7,6 +7,10 @@ HEAD, planned as v0.20
- The external assembly IDE is able to preload also RAMs with executable code.
The register representing the program counter must be marked as such.
- Allows the pre-loading of program memory if a RAM is used as such.
+- Added a new more flexible shape for embedded circuits.
+- Breaking changes:
+ - In your own DIL circuits you have to reselect the DIL-Shape in the
+ circuit settings.
v0.19, released on 14. June 2018
- Added a tabbed pane to the attributes dialog to make it more beginner friendly.
diff --git a/src/test/resources/dig/MS-JK-DIL.dig b/src/test/resources/dig/MS-JK-DIL.dig
index 0972fbfd0..6dec1de34 100644
--- a/src/test/resources/dig/MS-JK-DIL.dig
+++ b/src/test/resources/dig/MS-JK-DIL.dig
@@ -6,6 +6,14 @@
isDIL
true
+
+ shapeType
+ DIL
+
+
+ Width
+ 6
+
@@ -36,20 +44,24 @@
In
+
+ rotation
+
+
Label
J
pinNumber
- 1
+ 1
Default
1
-
+
In
@@ -60,7 +72,7 @@
pinNumber
- 2
+ 2
@@ -104,7 +116,7 @@
pinNumber
- 7
+ 7
@@ -118,7 +130,7 @@
pinNumber
- 6
+ 6
@@ -126,16 +138,20 @@
In
+
+ rotation
+
+
Label
K
pinNumber
- 3
+ 3
-
+
@@ -159,42 +175,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -223,6 +203,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -235,6 +239,10 @@
+
+
+
+
@@ -263,6 +271,14 @@
+
+
+
+
+
+
+
+
@@ -271,6 +287,14 @@
+
+
+
+
+
+
+
+
@@ -287,6 +311,14 @@
+
+
+
+
+
+
+
+
@@ -295,13 +327,21 @@
+
+
+
+
-
-
+
+
+
+
+
+
@@ -319,22 +359,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/test/resources/dig/shapes.dig b/src/test/resources/dig/shapes.dig
index 6579b717c..7ef590500 100644
--- a/src/test/resources/dig/shapes.dig
+++ b/src/test/resources/dig/shapes.dig
@@ -473,6 +473,16 @@
+
+ MS-JK-DIL.dig
+
+
+ shapeType
+ LAYOUT
+
+
+
+
\ No newline at end of file