Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require package #9

Merged
merged 3 commits into from
Jan 23, 2016
Merged

Require package #9

merged 3 commits into from
Jan 23, 2016

Conversation

peterhurford
Copy link
Collaborator

Prior to 0.3, packages would bring the package into memory using require. This was removed in 0.3. 0.3.1 brings this functionality back as old code had depended upon it.

@peterhurford
Copy link
Collaborator Author

@robertzk

@@ -1,3 +1,7 @@
# Version 0.3.1

* `pacakges` now brings the package into memory using `require`, which was the pre-0.3 functionality.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

robertzk added a commit that referenced this pull request Jan 23, 2016
@robertzk robertzk merged commit cef4ab6 into master Jan 23, 2016
@robertzk robertzk deleted the require_package branch January 23, 2016 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants