Add CHANGES note for GL #178.

5023.   [cleanup]       Remove isc_keyboard family of functions. [GL #178]
This commit is contained in:
Ondřej Surý
2018-08-27 14:39:19 +02:00
parent fecbc7923a
commit dedb104382

View File

@@ -1,3 +1,5 @@
5025. [cleanup] Remove isc_keyboard family of functions. [GL #178]
5024. [func] Replace custom assembly for atomic operations with
atomic support from the compiler. The code will now use
C11 stdatomic, or __atomic, or __sync builtins with GCC