X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/56e92e0bffe6f7d3d6ecb0506280529b0a2fa7bf..b7666378f5cb5e9587d3c918f0cdcaf6f8aca5c7:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 1bc9ec71..49040852 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-05-01 Joel E. Denny + + In DOT output, convert from "/*" comments to "//" comments. + This handles the possibility that a "*/" might appear in + variable portions of those comments at some point in the future. + * src/graphviz.c (start_graph): Implement. + 2010-04-30 Joel E. Denny Document that undefined %prec identifier warnings will remain.