Skip to content

Commit

Permalink
Auto-generated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spikex committed Mar 2, 2015
1 parent ca1216d commit 975d4dc
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Change Log

## [v0.7.2](https://github.com/spikex/strongbox/tree/v0.7.2) (2015-03-01)

**Closed issues:**

- string contains null byte [\#44](https://github.com/spikex/strongbox/issues/44)

- Validation before encryption? [\#41](https://github.com/spikex/strongbox/issues/41)

- How to avoid storing private key by re-generating it [\#39](https://github.com/spikex/strongbox/issues/39)

- Format validations failing [\#35](https://github.com/spikex/strongbox/issues/35)

- Using strongbox with NSS [\#34](https://github.com/spikex/strongbox/issues/34)

- Travis-CI [\#32](https://github.com/spikex/strongbox/issues/32)

- Allow empty encryption field [\#25](https://github.com/spikex/strongbox/issues/25)

- "stack level too deep" With Database Migration [\#22](https://github.com/spikex/strongbox/issues/22)

- dynamic :public\_key and :private\_key [\#20](https://github.com/spikex/strongbox/issues/20)

- Cannot visit Strongbox::Lock - error [\#18](https://github.com/spikex/strongbox/issues/18)

- 0.4.7 breaks rails 2.x [\#16](https://github.com/spikex/strongbox/issues/16)

- Deprecation Warning under Rails 3.1.0.rc4 [\#15](https://github.com/spikex/strongbox/issues/15)

- RSAError: data greater than mod len [\#14](https://github.com/spikex/strongbox/issues/14)

- to\_xml or to\_json support [\#11](https://github.com/spikex/strongbox/issues/11)

- No gemspec? [\#10](https://github.com/spikex/strongbox/issues/10)

**Merged pull requests:**

- Make validations well-behaved with :deferred\_encryption [\#45](https://github.com/spikex/strongbox/pull/45) ([jakub-](https://github.com/jakub-))

- Document deferred\_encryption option [\#43](https://github.com/spikex/strongbox/pull/43) ([hernan124](https://github.com/hernan124))

- Include nil encryption explanation in readme [\#33](https://github.com/spikex/strongbox/pull/33) ([nelsonblaha](https://github.com/nelsonblaha))

- Actually assert in validation helper functions and minor clean up of tests [\#31](https://github.com/spikex/strongbox/pull/31) ([Nitrodist](https://github.com/Nitrodist))

- Lock down versions to some version of a workable gemspec and fix rdoc [\#30](https://github.com/spikex/strongbox/pull/30) ([Nitrodist](https://github.com/Nitrodist))

- Update Readme.textile [\#28](https://github.com/spikex/strongbox/pull/28) ([nelsonblaha](https://github.com/nelsonblaha))

- Handle Keys When They Are a Pathname [\#26](https://github.com/spikex/strongbox/pull/26) ([jherdman](https://github.com/jherdman))

- Encryption in before save hook. [\#24](https://github.com/spikex/strongbox/pull/24) ([hron](https://github.com/hron))

- Fix a typo. [\#21](https://github.com/spikex/strongbox/pull/21) ([jmazzi](https://github.com/jmazzi))

- encrypt\_with\_public\_key can now handle multiply columns [\#19](https://github.com/spikex/strongbox/pull/19) ([oleander](https://github.com/oleander))

- Feature: optionally allow disabling of Lock#ensure\_required\_columns [\#9](https://github.com/spikex/strongbox/pull/9) ([whittle](https://github.com/whittle))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 comments on commit 975d4dc

Please sign in to comment.