Browse Source

note removal of sentry.conf.settings

David Cramer 11 years ago
parent
commit
7b4a18d3fd
2 changed files with 2 additions and 0 deletions
  1. 1 0
      CHANGES
  2. 1 0
      Makefile

+ 1 - 0
CHANGES

@@ -25,6 +25,7 @@ Incompatible Changes
 - Nearly all data within an event now has a fixed max size. See client
   developer documentation for details.
 - Project keys are no longer created for individuals by default
+- sentry.conf.settings has been removed
 - LOG_LEVELS, DEFAULT_LOG_LEVEL, and DEFAULT_LOGGER_NAME are no longer configurable.
 - DEFAULT_ALERT_PROJECT_THRESHOLD and DEFAULT_ALERT_GROUP_THRESHOLD are no longer
   configurable.

+ 1 - 0
Makefile

@@ -46,6 +46,7 @@ compile-bootstrap-js:
 	${UGLIFY_JS} -nc ${BOOTSTRAP_JS} > ${BOOTSTRAP_JS_MIN};
 
 install-test-requirements:
+	npm install -q
 	pip install -q "file://`pwd`#egg=sentry[tests]"
 
 update-submodules: