summaryrefslogtreecommitdiff
path: root/graphics/asymptote/ReleaseNotes
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/ReleaseNotes')
-rw-r--r--graphics/asymptote/ReleaseNotes20
1 files changed, 19 insertions, 1 deletions
diff --git a/graphics/asymptote/ReleaseNotes b/graphics/asymptote/ReleaseNotes
index 3afa9be03a..c4e536bd78 100644
--- a/graphics/asymptote/ReleaseNotes
+++ b/graphics/asymptote/ReleaseNotes
@@ -1,4 +1,22 @@
+Release Notes for Version 2.91
+
+By default, orthographic projections now use center=true;
+the camera and target are automatically centered within the scene.
+The surface constructor for triangles was fixed.
+A bug in the WebGL flatness test was fixed.
+Triangle group bugs were fixed and now produce compact HTML output.
+Triangle groups are used for indexed surfaces drawn with the render option
+tessellate=true.
+GLSL error reporting was restored.
+The reported camera up vector was fixed.
+The map module was fixed.
+A syntax warning in Xasy was fixed.
+Improvements were made to the slide module.
+A bug was fixed in the experimental settings.render=0 mode.
+The debug option now outputs a traceback.
+
Release Notes for Version 2.90
+
A bug in the approximate transparency rendering code for GPUs
without SSBO support was fixed.
Support was added for templated accesses involving imported types,
@@ -6,7 +24,7 @@ top-level structure types, and static fields.
ImageMagick magick convert is now used instead of convert.
The add(picture dest, picture src, pair position) function now respects
size specifications (backwards incompatible; the previous behaviour can
-be obtained with add(dest,src.fit(identity()),position).
+be obtained with add(dest,src.fit(identity),position).
The terminal is now reset upon exit. The erase command was fixed.
Picture scalings in different dimensions are decoupled again.
Flycheck syntax checking support for Emacs was added.