summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-06-16 03:01:30 +0000
committerNorbert Preining <norbert@preining.info>2022-06-16 03:01:30 +0000
commitb83d15e1ff2e551eb7391d45becd87dce59d39b8 (patch)
tree756378eacbe575ca119b77f81022940f022c69d9 /graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md
parentda68bce1d25d68087ca3b70134a61ae1c3a96b67 (diff)
CTAN sync 202206160301
Diffstat (limited to 'graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md')
-rw-r--r--graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md b/graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md
index 7f474da868..ae1e23bb9c 100644
--- a/graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md
+++ b/graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md
@@ -1,14 +1,9 @@
# New features
-pgf-pie now wraps the entire pie into a \scope environment and additionally
-defers lookup of unknown /pgfpie keys to the /pgf and /tikz namespaces. This
-paves the way for all kinds of improvements such as easy setting of global pie
-options like font or placement on the background layer. Further is allows
-referring to the pie as a node via local bounding box and moving the pie around
-on the canvas using the shift key.
+The new option `change direction` will order the slices counterclockwise instead
+of the default clockwise.
# Bug fixes
-pgf-pie tokenizes its arguments which led to breakage when used with babel.
-For now, babel functionality is simply disabled for the entire pie.
-
+The `\pie`command did not escape spaces properly which prevented using options
+starting with a spaces. #14