summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-05-15 20:30:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-05-15 20:30:43 (GMT)
commit64aee7b4301e720a7420ab8942ef88f72d7a2c99 (patch)
tree3576cf5cce47d5e4851d9f85b215dcce7ea5c828 /ChangeLog
parent7baab38a0e9717110f7b4fb54efeb2d864040ecd (diff)
Avoided crashes in graph views by filtering middle pending positions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@537 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 046a4f2..c269fa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+15-05-15 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/gtkext/graph/nodes/flow.c:
+ Avoid crashes in graph views by filtering middle pending positions.
+
15-05-14 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/gcodebuffer.c: