-
Notifications
You must be signed in to change notification settings - Fork 184
Release Notes: Sprint 34.1
Peter Flynn edited this page Dec 3, 2013
·
4 revisions
Release 34.1 is a "hot fix" to address two high-priority bugs in the original Sprint 34 build. No other functionality was added or changed.
- Brackets may freeze when opening a JS file whose siblings contain certain non-JS text, or whose siblings are large binary files. Workaround: move those non-source-code files into a different folder. See #6067. (Will be fixed in next release).
- Editor renders incorrectly (missing text / wrong height) after opening a LESS file that begins in a tag selector (with no header comment, etc. before it). Workaround: add a comment to top of each LESS file. See #6057. (Will be fixed in next release).