KTGH
KTGH
Most of the info is pulled from https://vcash.info/news.php with some grammar fixes. Based on http://keepachangelog.com/en/1.0.0/ #32
> Workaround bug in gcc 4.7: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52680 This workaround was fixed in 4.8, as discussed in the link. Relevant files: [mining_manager.hpp](https://github.com/openvcash/vcash/blob/master/coin/include/coin/mining_manager.hpp#L25-L30) [db.cpp](https://github.com/openvcash/vcash/blob/master/coin/src/db.cpp#L22-L27) --- > note This is a workaround for...
Minimal example text file: ``` Aa ``` Now when I press enter to go to the next line, it will turn into this ``` AAa ``` then I have to...