aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2016-05-04 20:14:47 -0400
committerNik Nyby <nikolas@gnu.org>2016-05-04 20:14:47 -0400
commit76258aed84319aa0d668358894e83b94f8702c4c (patch)
tree6b0071f44b833df908080974cbb38547bf7aef81
parent090d69a18ef4f075f5da9335f3c0aa02ff568d9d (diff)
downloadlibrejsxul-76258aed84319aa0d668358894e83b94f8702c4c.tar.lz
librejsxul-76258aed84319aa0d668358894e83b94f8702c4c.tar.xz
librejsxul-76258aed84319aa0d668358894e83b94f8702c4c.zip
update changelog
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14fffda..b30b25a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2016-05-04 Nik Nyby <nikolas@gnu.org>
+ * Added Unlicense to the list of recognized licenses. Thanks
+ to Adam Plaice for the patch.
+
+ * Added some library whitelist updates from James Kruth.
+
+ * William Cummings pointed out a piece of code that was using
+ non-standard syntax that might not be supported in the future.
+ I've re-written this to use more standard syntax.
+
+ * Fixed a problem where the LibreJS icon wasn't displaying in
+ the add-ons view.
+
2015-10-25 Nik Nyby <nikolas@gnu.org>
* Fixed a bug where @license-end was getting ignored
in some cases. Thanks to Micah Cowan for debugging this.