#572: Show warnings by default when reference labels cannot be found.

This commit is contained in:
Georg Brandl
2011-01-08 16:41:15 +01:00
parent fad48a6a0f
commit 388079984d
5 changed files with 39 additions and 35 deletions

View File

@@ -1,6 +1,9 @@
Release 1.0.7 (in development)
==============================
* #572: Show warnings by default when reference labels cannot be
found.
* #536: Include line number when complaining about missing reference
targets in nitpicky mode.