summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5003418..55a4602 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@ Change log for the astroid package (used to be astng)
--
+ * AstroidBuildingException is now AstroidBuildingError. The first
+ name will exist until astroid 2.0.
+
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.
They are subclasses of AstroidBuildingException and are raised when
a module can't be imported from various reasons.